diff options
author | Michael Cummings <mcummings@gentoo.org> | 2005-05-11 10:12:30 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2005-05-11 10:12:30 +0000 |
commit | bb6447b310176b747f72d6d11d63907176405f7c (patch) | |
tree | 60933b1ed6bf8a7bc56c1091f4bb2e24286eb9c5 /dev-lang | |
parent | (Portage version: 2.0.51.21-r1) (Manifest recommit) (diff) | |
download | gentoo-2-bb6447b310176b747f72d6d11d63907176405f7c.tar.gz gentoo-2-bb6447b310176b747f72d6d11d63907176405f7c.tar.bz2 gentoo-2-bb6447b310176b747f72d6d11d63907176405f7c.zip |
Changing dep on ghc to virtual - thanks kosmikus :)
(Portage version: 2.0.51.20-r4)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/pugs/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/pugs/pugs-6.0.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/pugs/ChangeLog b/dev-lang/pugs/ChangeLog index e1df9dd8b861..9a998eef56c6 100644 --- a/dev-lang/pugs/ChangeLog +++ b/dev-lang/pugs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/pugs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pugs/ChangeLog,v 1.3 2005/05/04 18:25:55 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pugs/ChangeLog,v 1.4 2005/05/11 10:12:30 mcummings Exp $ + + 11 May 2005; Michael Cummings <mcummings@gentoo.org> pugs-6.0.11.ebuild: + Changing dep on ghc to virtual - thanks kosmikus :) 04 May 2005; David Holm <dholm@gentoo.org> pugs-6.0.11.ebuild: Added to ~ppc. diff --git a/dev-lang/pugs/pugs-6.0.11.ebuild b/dev-lang/pugs/pugs-6.0.11.ebuild index 308caf35c869..ee70efbde44c 100644 --- a/dev-lang/pugs/pugs-6.0.11.ebuild +++ b/dev-lang/pugs/pugs-6.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/pugs/pugs-6.0.11.ebuild,v 1.3 2005/05/04 18:25:55 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/pugs/pugs-6.0.11.ebuild,v 1.4 2005/05/11 10:12:30 mcummings Exp $ inherit perl-module @@ -19,5 +19,5 @@ KEYWORDS="~x86 ~amd64 ~ppc" IUSE="" DEPEND="dev-perl/Term-ReadLine-Perl - ||( >=dev-lang/ghc-bin-6.2.1 >=dev-lang/ghc-6.2.1 ) " + virtual/ghc" |