summaryrefslogtreecommitdiff
path: root/sci-libs/givaro/givaro-4.1.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/givaro/givaro-4.1.1.ebuild')
-rw-r--r--sci-libs/givaro/givaro-4.1.1.ebuild6
1 files changed, 3 insertions, 3 deletions
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
}