diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-07-28 14:45:03 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-07-28 14:45:03 +0000 |
commit | 3a9db6daa05f6832218be4ab59cdf0157ed58dec (patch) | |
tree | 73a6fa5f0d79c93937b2047b932367300043339e /dev-haskell/cpphs | |
parent | Version bump for bug 134256, thanks to Dominique Michel for reporting. (diff) | |
download | historical-3a9db6daa05f6832218be4ab59cdf0157ed58dec.tar.gz historical-3a9db6daa05f6832218be4ab59cdf0157ed58dec.tar.bz2 historical-3a9db6daa05f6832218be4ab59cdf0157ed58dec.zip |
Stable on ppc wrt bug 186849
Package-Manager: portage-2.1.3_rc9
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index b8805ced0602..35c2230ffc70 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/cpphs -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.17 2006/10/12 18:56:58 dcoutts Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.18 2007/07/28 14:37:30 nixnut Exp $ + + 28 Jul 2007; nixnut <nixnut@gentoo.org> cpphs-1.2.ebuild: + Stable on ppc wrt bug 186849 12 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> -cpphs-0.9.ebuild: Remove old version. diff --git a/dev-haskell/cpphs/cpphs-1.2.ebuild b/dev-haskell/cpphs/cpphs-1.2.ebuild index 6fba795936a5..393fcc91587a 100644 --- a/dev-haskell/cpphs/cpphs-1.2.ebuild +++ b/dev-haskell/cpphs/cpphs-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.7 2006/10/11 18:38:06 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.8 2007/07/28 14:37:30 nixnut Exp $ CABAL_FEATURES="bin lib profile" inherit eutils haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://www.cs.york.ac.uk/fp/cpphs/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ia64 ~ppc ppc64 sparc x86" +KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="virtual/ghc" |