diff options
author | 2010-11-20 23:11:47 +0000 | |
---|---|---|
committer | 2010-11-20 23:11:47 +0000 | |
commit | b3845b7133a8abb83b44b900909e030d42831d09 (patch) | |
tree | 74a9940514e065d075aa24966c2ed09ee33e3a7d /dev-haskell/mtl | |
parent | Add missing Text-CSV dependency, bug #345857. Thanks to Diego for reporting. (diff) | |
download | historical-b3845b7133a8abb83b44b900909e030d42831d09.tar.gz historical-b3845b7133a8abb83b44b900909e030d42831d09.tar.bz2 historical-b3845b7133a8abb83b44b900909e030d42831d09.zip |
alpha/ia64/sparc stable (bug #339580). Marked ~x86-fbsd (bug #227677).
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/mtl')
-rw-r--r-- | dev-haskell/mtl/mtl-1.1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/mtl/mtl-1.1.0.2.ebuild b/dev-haskell/mtl/mtl-1.1.0.2.ebuild index 31f640f65235..baf3ca3d1382 100644 --- a/dev-haskell/mtl/mtl-1.1.0.2.ebuild +++ b/dev-haskell/mtl/mtl-1.1.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.1.0.2.ebuild,v 1.6 2010/10/19 21:38:41 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/mtl/mtl-1.1.0.2.ebuild,v 1.7 2010/11/20 22:49:47 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="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" DEPEND=">=dev-lang/ghc-6.6.1 |