summaryrefslogtreecommitdiff
path: root/sci-libs/givaro
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /sci-libs/givaro
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'sci-libs/givaro')
-rw-r--r--sci-libs/givaro/Manifest2
-rw-r--r--sci-libs/givaro/givaro-4.1.1.ebuild6
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/givaro/Manifest b/sci-libs/givaro/Manifest
index 1f8e873e0c6e..5423171a9afe 100644
--- a/sci-libs/givaro/Manifest
+++ b/sci-libs/givaro/Manifest
@@ -1,3 +1,3 @@
DIST givaro-4.1.1.tar.gz 1008358 BLAKE2B 246fd1a263174f58d96dd66fa79e6113368b6c318c33d68858a339bd9cb778dfda84636c683ee9d02f2ac72ccff8ac22d395b92741448a8ed2ce08c041ac8ba9 SHA512 7ad15ac24f55ad65c9c5d0d48ff4388d0494e75dc7b66d1e139195cd086ff2371259bdb5df940fead1db2fd378bb76289f2327a8d6f41575d99d424a74cf644c
-EBUILD givaro-4.1.1.ebuild 1645 BLAKE2B 671186b7b4e55c72c3bd2a76803bbabd193942c97488be4ad7d89abf3497ff7fd4e9d07d847f40daeb0cc616d62a6153beca530dc1d13cfe74495298920bc8f2 SHA512 47b584f55c716720df959527c1f644922d097f82f5d913772399490e859443c407f3ad6e55e5d24e4ded60541c433fe1fa7424f011acb2bd4028f2aa8088a49f
+EBUILD givaro-4.1.1.ebuild 1645 BLAKE2B f9b80dfc3bbb977c42a93be86d4bbde8006c6eb67627544843716263b8906257b527c10a81f3f0392e659ee74073075e87bac6c903bec5c19a15034149a0f6b7 SHA512 cbc26638b87fb6c7ce67b84e4e3422a4e952ef82c04a4796c34105af9e3086aa4c938fff5a20bfe68a72623be0cd2299fec0a4476e2c9015a3100507ee5ff758
MISC metadata.xml 738 BLAKE2B 89916089365fd82a21b273b91b832888d542ec4c0d7533d725f2be0bf9c9310758f3d4ccd5e8c1d6abf8cb63f92e62c048be22f99a88f05eb6db5cd6bc5a8c17 SHA512 768957687398de4ece1f9d04f6f4c7836b0230d166553b5b2998d61875d78810c1470061eeaac5d39b4ee81f839cb4eddc4ba2316a7024374f8a8864a275af4f
diff --git a/sci-libs/givaro/givaro-4.1.1.ebuild b/sci-libs/givaro/givaro-4.1.1.ebuild
index 68976e9c1941..dbf9f8850194 100644
--- a/sci-libs/givaro/givaro-4.1.1.ebuild
+++ b/sci-libs/givaro/givaro-4.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/linbox-team/givaro/releases/download/v${PV}/${P}.tar
LICENSE="CeCILL-B"
SLOT="0/9"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="cpu_flags_x86_fma3 cpu_flags_x86_fma4 cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_avx cpu_flags_x86_avx2 doc static-libs test"
RESTRICT="!test? ( test )"
@@ -19,7 +19,7 @@ RDEPEND="${DEPEND}"
DOCS=( AUTHORS ChangeLog README.md )
-src_configure(){
+src_configure() {
# Passing "--disable-doc" also accidentally enables building
# the documentation, so we can't just $(use_enable doc) here.
# https://github.com/linbox-team/givaro/issues/148
@@ -39,7 +39,7 @@ src_configure(){
$(use_enable cpu_flags_x86_avx2 avx2)
}
-src_install(){
+src_install() {
default
find "${ED}" -name '*.la' -delete || die
}