diff options
author | 2007-10-31 12:56:14 +0000 | |
---|---|---|
committer | 2007-10-31 12:56:14 +0000 | |
commit | ca9e21b714d3a6d5feb3f011f33c92ebad9eb92e (patch) | |
tree | fc7079d4fcb1287141725e0d059b4913ce4e498c /dev-haskell/frown | |
parent | Drop virtual/ghc in favour of dev-lang/ghc (diff) | |
download | gentoo-2-ca9e21b714d3a6d5feb3f011f33c92ebad9eb92e.tar.gz gentoo-2-ca9e21b714d3a6d5feb3f011f33c92ebad9eb92e.tar.bz2 gentoo-2-ca9e21b714d3a6d5feb3f011f33c92ebad9eb92e.zip |
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/frown')
-rw-r--r-- | dev-haskell/frown/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/frown/frown-0.6.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/frown/ChangeLog b/dev-haskell/frown/ChangeLog index 35b2a5c46c0b..3ddd1802bb9c 100644 --- a/dev-haskell/frown/ChangeLog +++ b/dev-haskell/frown/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/frown -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/ChangeLog,v 1.12 2006/10/05 03:13:02 cparrott Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/ChangeLog,v 1.13 2007/10/31 12:56:14 dcoutts Exp $ + + 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> frown-0.6.1-r1.ebuild: + Drop virtual/ghc in favour of dev-lang/ghc 05 Oct 2006; Chris Parrott <cparrott@gentoo.org> frown-0.6.1-r1.ebuild: marked stable for amd64 (bug 144678) diff --git a/dev-haskell/frown/frown-0.6.1-r1.ebuild b/dev-haskell/frown/frown-0.6.1-r1.ebuild index d1f447f770db..e978c06ab82a 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 +# Copyright 1999-2007 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.10 2006/10/05 03:13:02 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/frown-0.6.1-r1.ebuild,v 1.11 2007/10/31 12:56:14 dcoutts Exp $ CABAL_FEATURES="bin" inherit haskell-cabal @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" -DEPEND=">=virtual/ghc-6.2.2" +DEPEND=">=dev-lang/ghc-6.2.2" RDEPEND="" S="${WORKDIR}/Frown-${PV}" |