diff options
author | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-08-28 04:28:47 +0000 |
---|---|---|
committer | Stephanie J. Lockwood-Childs <wormo@gentoo.org> | 2006-08-28 04:28:47 +0000 |
commit | d20ffe9c893b2a1dc2d363bf6117db3b34f8fff9 (patch) | |
tree | e35df2850dafb74e06302b15f64db8a471e50377 /dev-haskell/frown/frown-0.6.1-r1.ebuild | |
parent | Revision bump to fix bug #81930. (diff) | |
download | historical-d20ffe9c893b2a1dc2d363bf6117db3b34f8fff9.tar.gz historical-d20ffe9c893b2a1dc2d363bf6117db3b34f8fff9.tar.bz2 historical-d20ffe9c893b2a1dc2d363bf6117db3b34f8fff9.zip |
stable on ppc (Bug #144678)
Package-Manager: portage-2.1-r2
Diffstat (limited to 'dev-haskell/frown/frown-0.6.1-r1.ebuild')
-rw-r--r-- | dev-haskell/frown/frown-0.6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-haskell/frown/frown-0.6.1-r1.ebuild b/dev-haskell/frown/frown-0.6.1-r1.ebuild index 514b8eeae86f..136cad17b187 100644 --- a/dev-haskell/frown/frown-0.6.1-r1.ebuild +++ b/dev-haskell/frown/frown-0.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/frown-0.6.1-r1.ebuild,v 1.7 2006/08/25 18:00:12 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/frown-0.6.1-r1.ebuild,v 1.8 2006/08/28 04:28:47 wormo Exp $ CABAL_FEATURES="bin" inherit haskell-cabal @@ -10,7 +10,7 @@ HOMEPAGE="http://www.informatik.uni-bonn.de/~ralf/frown/" SRC_URI="http://www.informatik.uni-bonn.de/~ralf/frown/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ppc64 sparc ~x86" +KEYWORDS="~amd64 ppc ppc64 sparc ~x86" IUSE="" DEPEND=">=virtual/ghc-6.2.2" |