diff options
author | Dimitry Bradt <diox@gentoo.org> | 2007-07-28 20:55:30 +0000 |
---|---|---|
committer | Dimitry Bradt <diox@gentoo.org> | 2007-07-28 20:55:30 +0000 |
commit | 02ecd7d5e6b220beb2667951ba5978b23dd39aae (patch) | |
tree | 5a308f06aa2a9448a288977c94cda76d3bcd6280 /dev-haskell/haxml | |
parent | gimp raise libexif dep (diff) | |
download | gentoo-2-02ecd7d5e6b220beb2667951ba5978b23dd39aae.tar.gz gentoo-2-02ecd7d5e6b220beb2667951ba5978b23dd39aae.tar.bz2 gentoo-2-02ecd7d5e6b220beb2667951ba5978b23dd39aae.zip |
stabalized various haskell packages wrt #186849
Diffstat (limited to 'dev-haskell/haxml')
-rw-r--r-- | dev-haskell/haxml/haxml-1.13.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/haxml/haxml-1.13.2.ebuild b/dev-haskell/haxml/haxml-1.13.2.ebuild index e5bf56faf423..8dfc3169297d 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-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.3 2007/07/28 14:43:39 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13.2.ebuild,v 1.4 2007/07/28 20:55:30 diox 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="" |