mgorny 15/01/30 18:00:07 Modified: hashtables-1.1.2.1.ebuild ChangeLog Log: Convert to CPU_FLAGS_X86 the old ebuild as well. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.7 dev-haskell/hashtables/hashtables-1.1.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild?r1=1.6&r2=1.7 Index: hashtables-1.1.2.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- hashtables-1.1.2.1.ebuild 2 Feb 2014 11:13:30 -0000 1.6 +++ hashtables-1.1.2.1.ebuild 30 Jan 2015 18:00:07 -0000 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild,v 1.6 2014/02/02 11:13:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/hashtables-1.1.2.1.ebuild,v 1.7 2015/01/30 18:00:07 mgorny Exp $ EAPI=5 @@ -16,7 +16,7 @@ LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86" -IUSE="bounds-checking debug portable sse4_1 +unsafe-tricks" +IUSE="bounds-checking debug portable cpu_flags_x86_sse4_1 +unsafe-tricks" RDEPEND="dev-haskell/primitive:=[profile?] >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.12:=[profile?] @@ -33,6 +33,6 @@ $(cabal_flag bounds-checking bounds-checking) \ $(cabal_flag debug debug) \ $(cabal_flag portable portable) \ - $(cabal_flag sse4_1 sse41) \ + $(cabal_flag cpu_flags_x86_sse4_1 sse41) \ $(cabal_flag unsafe-tricks unsafe-tricks) } 1.23 dev-haskell/hashtables/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/hashtables/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 28 Jan 2015 21:39:09 -0000 1.22 +++ ChangeLog 30 Jan 2015 18:00:07 -0000 1.23 @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hashtables # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.22 2015/01/28 21:39:09 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hashtables/ChangeLog,v 1.23 2015/01/30 18:00:07 mgorny Exp $ + + 30 Jan 2015; Michał Górny <[email protected]> hashtables-1.1.2.1.ebuild: + Convert to CPU_FLAGS_X86 the old ebuild as well. 28 Jan 2015; Alexander Vershilov <[email protected]> hashtables-1.2.0.1.ebuild, metadata.xml:
