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/hdoc | |
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/hdoc')
-rw-r--r-- | dev-haskell/hdoc/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/hdoc/hdoc-0.8.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-haskell/hdoc/ChangeLog b/dev-haskell/hdoc/ChangeLog index 1f78fd8ffb30..434cbce125f0 100644 --- a/dev-haskell/hdoc/ChangeLog +++ b/dev-haskell/hdoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hdoc -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/ChangeLog,v 1.15 2006/10/05 03:23:53 cparrott Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/ChangeLog,v 1.16 2007/10/31 13:02:03 dcoutts Exp $ + + 31 Oct 2007; Duncan Coutts <dcoutts@gentoo.org> hdoc-0.8.3.ebuild: + Drop virtual/ghc in favour of dev-lang/ghc 05 Oct 2006; Chris Parrott <cparrott@gentoo.org> hdoc-0.8.3.ebuild: marked stable for amd64 (bug 144678) diff --git a/dev-haskell/hdoc/hdoc-0.8.3.ebuild b/dev-haskell/hdoc/hdoc-0.8.3.ebuild index 7618b4209622..fe7b8c62b6fa 100644 --- a/dev-haskell/hdoc/hdoc-0.8.3.ebuild +++ b/dev-haskell/hdoc/hdoc-0.8.3.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/hdoc/hdoc-0.8.3.ebuild,v 1.10 2006/10/05 03:23:53 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdoc/hdoc-0.8.3.ebuild,v 1.11 2007/10/31 13:02:03 dcoutts Exp $ DESCRIPTION="A documentation generator for Haskell" HOMEPAGE="http://www.fmi.uni-passau.de/~groessli/hdoc/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" -DEPEND="virtual/ghc" +DEPEND="dev-lang/ghc" RDEPEND="" src_compile() { |