diff options
author | 2013-08-07 13:29:59 +0000 | |
---|---|---|
committer | 2013-08-07 13:29:59 +0000 | |
commit | 75cc70c3b4563e453b0e81dd4f22fb94e1a30ade (patch) | |
tree | 09e93e323a1c13c8c69d777e59962a016100e849 /dev-haskell | |
parent | Stable for x86, wrt bug #470352 (diff) | |
download | gentoo-2-75cc70c3b4563e453b0e81dd4f22fb94e1a30ade.tar.gz gentoo-2-75cc70c3b4563e453b0e81dd4f22fb94e1a30ade.tar.bz2 gentoo-2-75cc70c3b4563e453b0e81dd4f22fb94e1a30ade.zip |
Stable for x86, wrt bug #470354
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index 3fc1dd59c7a0..84fd7451bd2a 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/cpphs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.53 2013/08/04 13:37:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.54 2013/08/07 13:29:59 ago Exp $ + + 07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> cpphs-1.16.ebuild: + Stable for x86, wrt bug #470354 04 Aug 2013; Agostino Sarubbo <ago@gentoo.org> cpphs-1.16.ebuild: Stable for ppc64, wrt bug #470354 diff --git a/dev-haskell/cpphs/cpphs-1.16.ebuild b/dev-haskell/cpphs/cpphs-1.16.ebuild index 64a45b13c463..f91b39178e01 100644 --- a/dev-haskell/cpphs/cpphs-1.16.ebuild +++ b/dev-haskell/cpphs/cpphs-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.16.ebuild,v 1.7 2013/08/04 13:37:06 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.16.ebuild,v 1.8 2013/08/07 13:29:59 ago Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc ~x86" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.10.4:=" |