diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-08-24 10:14:58 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-08-24 10:14:58 +0000 |
commit | 4d4fc9c5da567c15f9c56d1a5501079517bf53f4 (patch) | |
tree | 948256ce4f64d9dfd37fc65f07cb507b329c4b86 /dev-haskell/haxml | |
parent | Version Bump. (diff) | |
download | historical-4d4fc9c5da567c15f9c56d1a5501079517bf53f4.tar.gz historical-4d4fc9c5da567c15f9c56d1a5501079517bf53f4.tar.bz2 historical-4d4fc9c5da567c15f9c56d1a5501079517bf53f4.zip |
Stable on ppc64; bug #144678
Package-Manager: portage-2.1-r2
Diffstat (limited to 'dev-haskell/haxml')
-rw-r--r-- | dev-haskell/haxml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/haxml/haxml-1.13-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/haxml/ChangeLog b/dev-haskell/haxml/ChangeLog index 26b2d6f7a465..f37770779467 100644 --- a/dev-haskell/haxml/ChangeLog +++ b/dev-haskell/haxml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/haxml # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.12 2006/05/03 23:08:47 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.13 2006/08/24 10:11:07 corsair Exp $ + + 24 Aug 2006; Markus Rothe <corsair@gentoo.org> haxml-1.13-r1.ebuild: + Stable on ppc64; bug #144678 03 May 2006; Duncan Coutts <dcoutts@gentoo.org> -haxml-1.13.ebuild, haxml-1.13-r1.ebuild: diff --git a/dev-haskell/haxml/haxml-1.13-r1.ebuild b/dev-haskell/haxml/haxml-1.13-r1.ebuild index ad2bf0347d5b..bdcc98ca832a 100644 --- a/dev-haskell/haxml/haxml-1.13-r1.ebuild +++ b/dev-haskell/haxml/haxml-1.13-r1.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/haxml/haxml-1.13-r1.ebuild,v 1.4 2006/05/03 23:08:47 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild,v 1.5 2006/08/24 10:11:07 corsair Exp $ CABAL_FEATURES="lib bin haddock" inherit base haskell-cabal @@ -14,7 +14,7 @@ SRC_URI="http://www.haskell.org/HaXml/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86" IUSE="" |