diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2005-10-04 15:16:51 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2005-10-04 15:16:51 +0000 |
commit | 8ad03a788ff2ae3d1333896f646cb7ecdf7e3761 (patch) | |
tree | 551d789824642373a5e5edcd8090cc60a330a06b /dev-haskell/cpphs | |
parent | Add ~sparc to KEYWORDS and enable GHCi on sparc. (diff) | |
download | historical-8ad03a788ff2ae3d1333896f646cb7ecdf7e3761.tar.gz historical-8ad03a788ff2ae3d1333896f646cb7ecdf7e3761.tar.bz2 historical-8ad03a788ff2ae3d1333896f646cb7ecdf7e3761.zip |
Added ~sparc to KEYWORDS.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r-- | dev-haskell/cpphs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/cpphs/cpphs-0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog index 374b97ceff09..a729c8973316 100644 --- a/dev-haskell/cpphs/ChangeLog +++ b/dev-haskell/cpphs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/cpphs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.1 2005/05/18 10:36:25 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.2 2005/10/04 15:16:51 dcoutts Exp $ + + 04 Oct 2005; <duncan@gentoo.org> cpphs-0.9.ebuild: + Added ~sparc to KEYWORDS. *cpphs-0.9 (18 May 2005) diff --git a/dev-haskell/cpphs/cpphs-0.9.ebuild b/dev-haskell/cpphs/cpphs-0.9.ebuild index ee890e9fbd2c..a1496c1425c1 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 # 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.1 2005/05/18 10:36:25 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-0.9.ebuild,v 1.2 2005/10/04 15:16:51 dcoutts Exp $ inherit eutils ghc-package @@ -10,7 +10,7 @@ SRC_URI="http://www.cs.york.ac.uk/fp/cpphs/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~x86 ~amd64 ~sparc" IUSE="" DEPEND=">=virtual/ghc-5.04" |