diff options
author | Brent Baude <ranger@gentoo.org> | 2012-03-06 21:01:09 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-03-06 21:01:09 +0000 |
commit | e04fd1f3e3a042c8bd9a3510324564f54fb8c19c (patch) | |
tree | cd57aa8344435eb338ee8da9e76da25023dc13fc /dev-haskell/cpphs | |
parent | Marking cabal-1.10.2.0 ppc for bug 399973 (diff) | |
download | historical-e04fd1f3e3a042c8bd9a3510324564f54fb8c19c.tar.gz historical-e04fd1f3e3a042c8bd9a3510324564f54fb8c19c.tar.bz2 historical-e04fd1f3e3a042c8bd9a3510324564f54fb8c19c.zip |
Marking cpphs-1.12 ppc for bug 399975
Package-Manager: portage-2.1.10.11/cvs/Linux ppc64
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.12.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index cfe9cad9aebb..5b96f597f964 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/cpphs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.27 2012/02/24 09:42:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.28 2012/03/06 21:01:09 ranger Exp $ + + 06 Mar 2012; Brent Baude <ranger@gentoo.org> cpphs-1.12.ebuild: + Marking cpphs-1.12 ppc for bug 399975 24 Feb 2012; Agostino Sarubbo <ago@gentoo.org> cpphs-1.12.ebuild: Stable for amd64, wrt bug #399975 diff --git a/dev-haskell/cpphs/cpphs-1.12.ebuild b/dev-haskell/cpphs/cpphs-1.12.ebuild index 09fe8a40f75a..d6e66f41e140 100644 --- a/dev-haskell/cpphs/cpphs-1.12.ebuild +++ b/dev-haskell/cpphs/cpphs-1.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.12.ebuild,v 1.2 2012/02/24 09:42:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.12.ebuild,v 1.3 2012/03/06 21:01:09 ranger Exp $ EAPI="3" @@ -13,7 +13,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc ~x86" IUSE="" DEPEND=">=dev-lang/ghc-6.10.1 |