diff options
author | Joshua Jackson <tsunam@gentoo.org> | 2006-10-04 05:29:27 +0000 |
---|---|---|
committer | Joshua Jackson <tsunam@gentoo.org> | 2006-10-04 05:29:27 +0000 |
commit | 7b58e4e5592be59ad9c696db390dc470b2bd8e20 (patch) | |
tree | d44b97cc6dcff8117bb3cadeb05a6a96e2ed9f02 /dev-haskell/haxml | |
parent | Stable x86; turn that frown upside down (diff) | |
download | historical-7b58e4e5592be59ad9c696db390dc470b2bd8e20.tar.gz historical-7b58e4e5592be59ad9c696db390dc470b2bd8e20.tar.bz2 historical-7b58e4e5592be59ad9c696db390dc470b2bd8e20.zip |
Stable x86; haxing that xml
Package-Manager: portage-2.1.1
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 eaed14ff8b83..e0b8b0483381 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.15 2006/08/28 05:14:16 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/ChangeLog,v 1.16 2006/10/04 05:29:27 tsunam Exp $ + + 04 Oct 2006; Joshua Jackson <tsunam@gentoo.org> haxml-1.13-r1.ebuild: + Stable x86; bug #144678 27 Aug 2006; Stephanie Lockwood-Childs <wormo@gentoo.org> 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 f37ba28833c7..f3fbd214151b 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.7 2006/08/28 05:14:16 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13-r1.ebuild,v 1.8 2006/10/04 05:29:27 tsunam 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="" |