diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 12:58:14 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 12:58:14 +0000 |
commit | 0c1e9683aacb7184d935c84f3339029a82774ba4 (patch) | |
tree | 2ec2e1d0348cf6d45a6dbc4046fb11e28c625195 /dev-haskell/harp | |
parent | Drop virtual/ghc in favour of dev-lang/ghc (diff) | |
download | gentoo-2-0c1e9683aacb7184d935c84f3339029a82774ba4.tar.gz gentoo-2-0c1e9683aacb7184d935c84f3339029a82774ba4.tar.bz2 gentoo-2-0c1e9683aacb7184d935c84f3339029a82774ba4.zip |
Drop virtual/ghc in favour of dev-lang/ghc
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-haskell/harp')
-rw-r--r-- | dev-haskell/harp/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/harp/harp-0.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/harp/ChangeLog b/dev-haskell/harp/ChangeLog index be203f88db5e..4370ec397adc 100644 --- a/dev-haskell/harp/ChangeLog +++ b/dev-haskell/harp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/harp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/ChangeLog,v 1.7 2007/02/21 23:18:18 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/ChangeLog,v 1.8 2007/10/31 12:58:14 dcoutts Exp $ + + 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> harp-0.2.ebuild: + Drop virtual/ghc in favour of dev-lang/ghc 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/dev-haskell/harp/harp-0.2.ebuild b/dev-haskell/harp/harp-0.2.ebuild index f28648c73567..f4811f23e0e0 100644 --- a/dev-haskell/harp/harp-0.2.ebuild +++ b/dev-haskell/harp/harp-0.2.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/harp/harp-0.2.ebuild,v 1.7 2007/07/13 06:03:10 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/harp/harp-0.2.ebuild,v 1.8 2007/10/31 12:58:14 dcoutts Exp $ CABAL_FEATURES="haddock lib" inherit haskell-cabal @@ -14,6 +14,6 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="virtual/ghc" +DEPEND="dev-lang/ghc" S=${WORKDIR}/haskell-src-exts/src/harp |