diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-03-27 15:32:07 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-03-27 15:32:07 +0000 |
commit | 71fd1296e7f3250c7233cd9262ba1fa59551ffbd (patch) | |
tree | 1080e5674c31775b2a9073b671f6390dc88e36aa /dev-haskell/happy | |
parent | Mark 3.4.3-r1 stable on ia64. #112842 (diff) | |
download | historical-71fd1296e7f3250c7233cd9262ba1fa59551ffbd.tar.gz historical-71fd1296e7f3250c7233cd9262ba1fa59551ffbd.tar.bz2 historical-71fd1296e7f3250c7233cd9262ba1fa59551ffbd.zip |
Marked ~ia64
Package-Manager: portage-2.1_pre5-r4
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 3b3a9099a12f..2cdeaaf7bf9f 100644 --- a/dev-haskell/happy/ChangeLog +++ b/dev-haskell/happy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/happy # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.17 2006/03/15 18:11:51 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/ChangeLog,v 1.18 2006/03/27 15:31:01 dcoutts Exp $ + + 27 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> happy-1.15.ebuild: + Marked ~ia64 01 Mar 2006; Markus Rothe <corsair@gentoo.org> happy-1.15.ebuild: Added ~ppc64; bug #124469 diff --git a/dev-haskell/happy/happy-1.15.ebuild b/dev-haskell/happy/happy-1.15.ebuild index 7cac2bc294ef..5c5ad92eec06 100644 --- a/dev-haskell/happy/happy-1.15.ebuild +++ b/dev-haskell/happy/happy-1.15.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/happy/happy-1.15.ebuild,v 1.9 2006/03/01 19:27:01 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/happy/happy-1.15.ebuild,v 1.10 2006/03/27 15:31:02 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="~amd64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="doc" #java use flag disabled, bug #107019 |