summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2005-07-24 22:41:49 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2005-07-24 22:41:49 +0000
commit621126adb61f582b5e7f7f17c025cd49e151dd71 (patch)
tree270b8717eb3565eb1f9904eafef5bc433a66c58e /dev-lang
parentMarked stable on x86. (diff)
downloadgentoo-2-621126adb61f582b5e7f7f17c025cd49e151dd71.tar.gz
gentoo-2-621126adb61f582b5e7f7f17c025cd49e151dd71.tar.bz2
gentoo-2-621126adb61f582b5e7f7f17c025cd49e151dd71.zip
Change the ghc dependency to a form that portage can cope with better.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/helium/ChangeLog5
-rw-r--r--dev-lang/helium/helium-1.1.ebuild5
-rw-r--r--dev-lang/helium/helium-1.2-r1.ebuild5
3 files changed, 8 insertions, 7 deletions
diff --git a/dev-lang/helium/ChangeLog b/dev-lang/helium/ChangeLog
index 9247ee7d6de3..f08e489d28f0 100644
--- a/dev-lang/helium/ChangeLog
+++ b/dev-lang/helium/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/helium
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/ChangeLog,v 1.14 2005/05/04 17:56:47 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/ChangeLog,v 1.15 2005/07/24 22:41:49 dcoutts Exp $
+
+ 24 Jul 2005; <duncan@gentoo.org> helium-1.1.ebuild, helium-1.2-r1.ebuild:
+ Change the ghc dependency to a form that portage can cope with better.
04 May 2005; David Holm <dholm@gentoo.org> helium-1.2-r1.ebuild:
Added to ~ppc.
diff --git a/dev-lang/helium/helium-1.1.ebuild b/dev-lang/helium/helium-1.1.ebuild
index c9d0be4a1b29..459b58c51a50 100644
--- a/dev-lang/helium/helium-1.1.ebuild
+++ b/dev-lang/helium/helium-1.1.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/helium/helium-1.1.ebuild,v 1.15 2005/03/19 19:11:18 kosmikus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.1.ebuild,v 1.16 2005/07/24 22:41:49 dcoutts Exp $
inherit java-pkg
@@ -15,8 +15,7 @@ KEYWORDS="x86 -sparc"
IUSE="readline"
DEPEND="virtual/libc
- virtual/ghc
- !>=virtual/ghc-6.4
+ <virtual/ghc-6.4
readline? ( sys-libs/readline )"
RDEPEND="virtual/libc
virtual/jdk
diff --git a/dev-lang/helium/helium-1.2-r1.ebuild b/dev-lang/helium/helium-1.2-r1.ebuild
index d341f4bf1e56..bfde9af3d9cf 100644
--- a/dev-lang/helium/helium-1.2-r1.ebuild
+++ b/dev-lang/helium/helium-1.2-r1.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/helium/helium-1.2-r1.ebuild,v 1.4 2005/05/04 17:56:47 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.2-r1.ebuild,v 1.5 2005/07/24 22:41:49 dcoutts Exp $
inherit eutils java-pkg
@@ -15,8 +15,7 @@ KEYWORDS="x86 -sparc ~ppc"
IUSE="readline"
DEPEND="virtual/libc
- !>=virtual/ghc-6.4
- virtual/ghc
+ <virtual/ghc-6.4
readline? ( sys-libs/readline )"
RDEPEND="virtual/libc
virtual/jdk