diff options
Diffstat (limited to 'dev-haskell/haxml/haxml-1.13.ebuild')
-rw-r--r-- | dev-haskell/haxml/haxml-1.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/haxml/haxml-1.13.ebuild b/dev-haskell/haxml/haxml-1.13.ebuild index 65378e48f246..aa01aac1d878 100644 --- a/dev-haskell/haxml/haxml-1.13.ebuild +++ b/dev-haskell/haxml/haxml-1.13.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.ebuild,v 1.1 2006/02/21 13:45:15 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13.ebuild,v 1.2 2006/02/27 14:57:52 dcoutts Exp $ CABAL_FEATURES="lib 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="~x86 ~ppc ~amd64" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" |