diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-06-28 20:28:33 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-06-28 20:28:33 +0000 |
commit | fb1ce400b8d6402ec1a68d6757291ee9a619d329 (patch) | |
tree | 4e16121f3027e484e4cbe839e66a476476b1929a /dev-haskell/uulib/uulib-0.9.12.ebuild | |
parent | New package, bug 381939. Thanks to Domen Kožar (iElectric). Based on an ebui... (diff) | |
download | historical-fb1ce400b8d6402ec1a68d6757291ee9a619d329.tar.gz historical-fb1ce400b8d6402ec1a68d6757291ee9a619d329.tar.bz2 historical-fb1ce400b8d6402ec1a68d6757291ee9a619d329.zip |
ppc/ppc64/sparc stable (bug #393775)
Package-Manager: portage-2.2.0_alpha110_p5/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/uulib/uulib-0.9.12.ebuild')
-rw-r--r-- | dev-haskell/uulib/uulib-0.9.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/uulib/uulib-0.9.12.ebuild b/dev-haskell/uulib/uulib-0.9.12.ebuild index 5d4d19b0e80b..2152552ba1b7 100644 --- a/dev-haskell/uulib/uulib-0.9.12.ebuild +++ b/dev-haskell/uulib/uulib-0.9.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uulib/uulib-0.9.12.ebuild,v 1.3 2011/12/18 19:57:19 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uulib/uulib-0.9.12.ebuild,v 1.4 2012/06/28 20:28:33 slyfox 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="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" RDEPEND=">=dev-lang/ghc-6.8.1" |