diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2011-01-31 19:32:23 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2011-01-31 19:32:23 +0000 |
commit | 0a9af315c8f7c9f161d5a19c879a2451b6520aad (patch) | |
tree | 96a2c9946d0701a52f4f40540ce048a492874e5a /dev-haskell/json/json-0.4.3.ebuild | |
parent | stable x86, bug 352527 (diff) | |
download | gentoo-2-0a9af315c8f7c9f161d5a19c879a2451b6520aad.tar.gz gentoo-2-0a9af315c8f7c9f161d5a19c879a2451b6520aad.tar.bz2 gentoo-2-0a9af315c8f7c9f161d5a19c879a2451b6520aad.zip |
stable x86, bug 352436
(Portage version: 2.1.9.35/cvs/Linux i686)
Diffstat (limited to 'dev-haskell/json/json-0.4.3.ebuild')
-rw-r--r-- | dev-haskell/json/json-0.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/json/json-0.4.3.ebuild b/dev-haskell/json/json-0.4.3.ebuild index b3b3df15d455..cedf4c9fe058 100644 --- a/dev-haskell/json/json-0.4.3.ebuild +++ b/dev-haskell/json/json-0.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/json/json-0.4.3.ebuild,v 1.2 2011/01/23 13:48:53 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/json/json-0.4.3.ebuild,v 1.3 2011/01/31 19:32:23 fauli Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~ppc64 ~x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" # TODO: look into adding dep syb and allow other ghc versions |