commit: 4773dc47e10b60b52060781f4723dfeec41f7ae7 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Wed Jul 20 20:17:20 2016 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Wed Jul 20 20:17:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4773dc47
dev-haskell/hashable: move USE=gmp to automagic flags Package-Manager: portage-2.3.0 dev-haskell/hashable/hashable-1.2.4.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-haskell/hashable/hashable-1.2.4.0.ebuild b/dev-haskell/hashable/hashable-1.2.4.0.ebuild index 3e20126..040e672 100644 --- a/dev-haskell/hashable/hashable-1.2.4.0.ebuild +++ b/dev-haskell/hashable/hashable-1.2.4.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" -IUSE="+cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 +gmp" +IUSE="+cpu_flags_x86_sse2 cpu_flags_x86_sse4_1" RDEPEND=">=dev-haskell/text-0.11.0.5:=[profile?] >=dev-lang/ghc-7.4.1:= @@ -34,7 +34,6 @@ DEPEND="${RDEPEND} src_configure() { haskell-cabal_src_configure \ - $(cabal_flag gmp integer-gmp) \ $(cabal_flag cpu_flags_x86_sse2 sse2) \ $(cabal_flag cpu_flags_x86_sse4_1 sse41) }