diff options
author | 2007-08-11 15:48:42 +0000 | |
---|---|---|
committer | 2007-08-11 15:48:42 +0000 | |
commit | 28bb054d5fc52a493a59722d4196b6a15ce607b7 (patch) | |
tree | 9fc7928795562c316cef2c81ca954b0a68dd2123 /dev-haskell/haxml/haxml-1.13.2.ebuild | |
parent | x86 stable wrt #185823 (diff) | |
download | gentoo-2-28bb054d5fc52a493a59722d4196b6a15ce607b7.tar.gz gentoo-2-28bb054d5fc52a493a59722d4196b6a15ce607b7.tar.bz2 gentoo-2-28bb054d5fc52a493a59722d4196b6a15ce607b7.zip |
amd64 stable, bug 186849
(Portage version: 2.1.2.11)
Diffstat (limited to 'dev-haskell/haxml/haxml-1.13.2.ebuild')
-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 102b2658f5e2..1c2c791e7870 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.6 2007/07/30 16:27:31 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haxml/haxml-1.13.2.ebuild,v 1.7 2007/08/11 15:48:42 beandog 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="" |