diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 10:37:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 10:37:32 +0000 |
commit | 5834f146cf067701a5c34184691bda15f720a23f (patch) | |
tree | ed3942da4cf7d79740d2d48e95e521c0b46cd910 /dev-haskell/cpphs | |
parent | Stable for ppc, wrt bug #456526 (diff) | |
download | gentoo-2-5834f146cf067701a5c34184691bda15f720a23f.tar.gz gentoo-2-5834f146cf067701a5c34184691bda15f720a23f.tar.bz2 gentoo-2-5834f146cf067701a5c34184691bda15f720a23f.zip |
Stable for ppc, wrt bug #457272
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index 4cdf5a2c878e..467e32b0b79c 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.41 2013/03/25 20:34:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.42 2013/03/26 10:37:32 ago Exp $ + + 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> cpphs-1.15.ebuild: + Stable for ppc, wrt bug #457272 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> cpphs-1.15.ebuild: Stable for x86, wrt bug #457272 diff --git a/dev-haskell/cpphs/cpphs-1.15.ebuild b/dev-haskell/cpphs/cpphs-1.15.ebuild index d052beb27177..465c010a31fd 100644 --- a/dev-haskell/cpphs/cpphs-1.15.ebuild +++ b/dev-haskell/cpphs/cpphs-1.15.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.15.ebuild,v 1.3 2013/03/25 20:34:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.15.ebuild,v 1.4 2013/03/26 10:37:32 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:=" |