diff options
author | 2006-08-27 21:30:12 +0000 | |
---|---|---|
committer | 2006-08-27 21:30:12 +0000 | |
commit | 3473a58253863a4201900d2d89cc931e6ae88168 (patch) | |
tree | b15a874d5198890b1eba3c55e9cb08c5ddb67f94 /dev-haskell | |
parent | fixup html install #145269 by Chris Mayo (diff) | |
download | gentoo-2-3473a58253863a4201900d2d89cc931e6ae88168.tar.gz gentoo-2-3473a58253863a4201900d2d89cc931e6ae88168.tar.bz2 gentoo-2-3473a58253863a4201900d2d89cc931e6ae88168.zip |
mark ~ppc (related to Bug #144678, though not specifically requested...)
(Portage version: 2.1-r2)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-0.9.ebuild | 4 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.2.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index 227619200027..083a4ed55ecd 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.12 2006/08/25 15:58:58 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.13 2006/08/27 21:30:12 wormo Exp $ + + 27 Aug 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> cpphs-1.2.ebuild: + mark ~ppc (related to Bug #144678, though not specifically requested...) 25 Aug 2006; Ferris McCormick <fmccor@gentoo.org> cpphs-1.2.ebuild: Stable on s-arc --- Bug #144678 --- installs and runs all tests. diff --git a/dev-haskell/cpphs/cpphs-0.9.ebuild b/dev-haskell/cpphs/cpphs-0.9.ebuild index a1496c1425c1..1078ebeb5ee1 100644 --- a/dev-haskell/cpphs/cpphs-0.9.ebuild +++ b/dev-haskell/cpphs/cpphs-0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-0.9.ebuild,v 1.2 2005/10/04 15:16:51 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-0.9.ebuild,v 1.3 2006/08/27 21:30:12 wormo Exp $ inherit eutils ghc-package diff --git a/dev-haskell/cpphs/cpphs-1.2.ebuild b/dev-haskell/cpphs/cpphs-1.2.ebuild index f7e3fa941cf9..d625e1c6b14d 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 # 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.3 2006/08/25 15:58:58 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.4 2006/08/27 21:30:12 wormo 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" SLOT="0" -KEYWORDS="~amd64 ~ia64 ppc64 sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ppc64 sparc ~x86" IUSE="" DEPEND="virtual/ghc" |