diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:12:08 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-10-31 13:12:08 +0000 |
commit | eb652f84b33526ff5dd2e74146f71683e1ad092a (patch) | |
tree | 1fd6ad6a8fb3cc3483fddcb242663ca9da2319b5 /dev-haskell/cpphs/cpphs-1.1.ebuild | |
parent | Sign manifest this time (diff) | |
download | historical-eb652f84b33526ff5dd2e74146f71683e1ad092a.tar.gz historical-eb652f84b33526ff5dd2e74146f71683e1ad092a.tar.bz2 historical-eb652f84b33526ff5dd2e74146f71683e1ad092a.zip |
Drop virtual/ghc in favour of dev-lang/ghc
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'dev-haskell/cpphs/cpphs-1.1.ebuild')
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/cpphs/cpphs-1.1.ebuild b/dev-haskell/cpphs/cpphs-1.1.ebuild index 3fee6005397b..461be3e66bbc 100644 --- a/dev-haskell/cpphs/cpphs-1.1.ebuild +++ b/dev-haskell/cpphs/cpphs-1.1.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/cpphs/cpphs-1.1.ebuild,v 1.6 2006/10/11 18:38:06 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.1.ebuild,v 1.7 2007/10/31 12:54:50 dcoutts Exp $ CABAL_FEATURES="bin" inherit eutils haskell-cabal @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="" -DEPEND="virtual/ghc" +DEPEND="dev-lang/ghc" RDEPEND="" src_install() { |