commit: 5213c43a8798f8dde06e5d1432ce907ab45f4e99 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 25 14:30:47 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 25 14:39:19 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5213c43a
dev-haskell/hashable: fix cpu_flags_* default (disable) We shouldn't enable CPU_FLAGS_* by default. Users don't mask or explicitly disable flags they don't have, they just enable the ones they _do_ have. Reported-by: ggabriel Signed-off-by: Sam James <sam <AT> gentoo.org> dev-haskell/hashable/hashable-1.2.7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-haskell/hashable/hashable-1.2.7.0.ebuild b/dev-haskell/hashable/hashable-1.2.7.0.ebuild index 6b308a7bf3c..f46531218c1 100644 --- a/dev-haskell/hashable/hashable-1.2.7.0.ebuild +++ b/dev-haskell/hashable/hashable-1.2.7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -19,7 +19,7 @@ SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="+cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 examples +gmp" +IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 examples +gmp" RESTRICT=test # circular deps: hashable[test]->quickcheck->semigroups->hashable
