diff options
author | 2007-07-28 14:43:39 +0000 | |
---|---|---|
committer | 2007-07-28 14:43:39 +0000 | |
commit | ddbc6d50d4e907f0fcc49aabfb21967be94c3e73 (patch) | |
tree | 93f86a6df4bb444e0dfe5a8b46734420150119f5 /dev-haskell/haxml | |
parent | Stable on ppc wrt bug 186849 (diff) | |
download | gentoo-2-ddbc6d50d4e907f0fcc49aabfb21967be94c3e73.tar.gz gentoo-2-ddbc6d50d4e907f0fcc49aabfb21967be94c3e73.tar.bz2 gentoo-2-ddbc6d50d4e907f0fcc49aabfb21967be94c3e73.zip |
Stable on ppc wrt bug 186849
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'dev-haskell/haxml')
-rw-r--r-- | dev-haskell/haxml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/haxml/haxml-1.13.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/haxml/ChangeLog b/dev-haskell/haxml/ChangeLog index b40b00d08b29..362af91234dd 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.20 2006/10/14 13:51:04 kolmodin Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.21 2007/07/28 14:43:39 nixnut Exp $ + + 28 Jul 2007; nixnut <nixnut@gentoo.org> haxml-1.13.2.ebuild: + Stable on ppc wrt bug 186849 14 Oct 2006; <kolmodin@gentoo.org> haxml-1.13-r1.ebuild: Make haxml-1.13-r1 support profiling diff --git a/dev-haskell/haxml/haxml-1.13.2.ebuild b/dev-haskell/haxml/haxml-1.13.2.ebuild index 36579c2f1db0..e5bf56faf423 100644 --- a/dev-haskell/haxml/haxml-1.13.2.ebuild +++ b/dev-haskell/haxml/haxml-1.13.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13.2.ebuild,v 1.2 2007/07/13 06:03:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13.2.ebuild,v 1.3 2007/07/28 14:43:39 nixnut Exp $ CABAL_FEATURES="lib bin profile 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="" |