diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-25 13:09:10 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-02-25 13:09:10 +0000 |
commit | facad7cd3fd0a1378e548adec4c8a0e7301a449e (patch) | |
tree | 54d1b2edb53e1aafe6a96b57f19811ebcc7132e6 /dev-haskell/regex-compat/regex-compat-0.92.ebuild | |
parent | ppc/ppc64 stable wrt #339580 (diff) | |
download | gentoo-2-facad7cd3fd0a1378e548adec4c8a0e7301a449e.tar.gz gentoo-2-facad7cd3fd0a1378e548adec4c8a0e7301a449e.tar.bz2 gentoo-2-facad7cd3fd0a1378e548adec4c8a0e7301a449e.zip |
ppc/ppc64 stable wrt #339580
(Portage version: 2.2.0_alpha23/cvs/Linux ppc64)
Diffstat (limited to 'dev-haskell/regex-compat/regex-compat-0.92.ebuild')
-rw-r--r-- | dev-haskell/regex-compat/regex-compat-0.92.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/regex-compat/regex-compat-0.92.ebuild b/dev-haskell/regex-compat/regex-compat-0.92.ebuild index 32a5b2918950..31dfa397d8d9 100644 --- a/dev-haskell/regex-compat/regex-compat-0.92.ebuild +++ b/dev-haskell/regex-compat/regex-compat-0.92.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.6 2010/11/20 23:19:59 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/regex-compat/regex-compat-0.92.ebuild,v 1.7 2011/02/25 13:09:10 xarthisius Exp $ CABAL_FEATURES="profile haddock lib" 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 ~x86-fbsd ~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 |