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/happy | |
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/happy')
-rw-r--r-- | dev-haskell/happy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/happy/happy-1.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/happy/ChangeLog b/dev-haskell/happy/ChangeLog index 852b20265209..4a680cedb49d 100644 --- a/dev-haskell/happy/ChangeLog +++ b/dev-haskell/happy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/happy # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.13 2005/09/23 13:25:55 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.14 2005/10/04 15:12:34 dcoutts Exp $ + + 04 Oct 2005; <duncan@gentoo.org> happy-1.15.ebuild: + Added ~sparc to KEYWORDS. 23 Sep 2005; <duncan@gentoo.org> happy-1.15.ebuild: Marked stable on x86. diff --git a/dev-haskell/happy/happy-1.15.ebuild b/dev-haskell/happy/happy-1.15.ebuild index 131a9a33a98c..5e2c37a41f26 100644 --- a/dev-haskell/happy/happy-1.15.ebuild +++ b/dev-haskell/happy/happy-1.15.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/happy/happy-1.15.ebuild,v 1.6 2005/09/23 13:25:55 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild,v 1.7 2005/10/04 15:12:34 dcoutts Exp $ inherit base eutils ghc-package @@ -9,7 +9,7 @@ HOMEPAGE="http://haskell.org/happy/" SRC_URI="http://haskell.cs.yale.edu/happy/dist/${PV}/${P}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc ~sparc" IUSE="doc java" DEPEND=">=virtual/ghc-5.04 |