diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2007-07-08 15:50:26 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2007-07-08 15:50:26 +0000 |
commit | d36ed2588e52f00641c3665e0ab52e10a10ef399 (patch) | |
tree | 728dc963bae83790f71383a97c6ed729b1ad5890 /dev-haskell/time | |
parent | Version bump. (diff) | |
download | historical-d36ed2588e52f00641c3665e0ab52e10a10ef399.tar.gz historical-d36ed2588e52f00641c3665e0ab52e10a10ef399.tar.bz2 historical-d36ed2588e52f00641c3665e0ab52e10a10ef399.zip |
Use dev-lang/ghc rather than virtual/ghc.
Package-Manager: portage-2.1.2.9
Diffstat (limited to 'dev-haskell/time')
-rw-r--r-- | dev-haskell/time/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/time/time-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-haskell/time/ChangeLog b/dev-haskell/time/ChangeLog index c9a4530d4f30..f3ebed236c6f 100644 --- a/dev-haskell/time/ChangeLog +++ b/dev-haskell/time/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/time # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.3 2007/04/06 17:17:47 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/ChangeLog,v 1.4 2007/07/08 15:49:56 dcoutts Exp $ + + 08 Jul 2007; Duncan Coutts <dcoutts@gentoo.org> time-1.0.ebuild: + Use dev-lang/ghc rather than virtual/ghc. 06 Apr 2007; Chris Parrott <cparrott@gentoo.org> time-1.0.ebuild: added ~ppc and ~sparc keywords diff --git a/dev-haskell/time/time-1.0.ebuild b/dev-haskell/time/time-1.0.ebuild index 022240e3e730..52001c379135 100644 --- a/dev-haskell/time/time-1.0.ebuild +++ b/dev-haskell/time/time-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.0.ebuild,v 1.3 2007/04/06 17:17:47 cparrott Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/time/time-1.0.ebuild,v 1.4 2007/07/08 15:49:56 dcoutts Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -16,6 +16,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" -DEPEND=">=virtual/ghc-6.6" +DEPEND=">=dev-lang/ghc-6.6" S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}" |