summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Loeh <kosmikus@gentoo.org>2005-03-19 19:11:18 +0000
committerAndres Loeh <kosmikus@gentoo.org>2005-03-19 19:11:18 +0000
commitb4d43a9eba8b064f80d075e64fefd50a963ebd18 (patch)
tree35f9ffff525a7ea4441dfb3aaaee17e0966f86af /dev-lang
parentfix bug 83520: don't clobber the local perllocal.pod - use functions from per... (diff)
downloadgentoo-2-b4d43a9eba8b064f80d075e64fefd50a963ebd18.tar.gz
gentoo-2-b4d43a9eba8b064f80d075e64fefd50a963ebd18.tar.bz2
gentoo-2-b4d43a9eba8b064f80d075e64fefd50a963ebd18.zip
helium 1.2 stable on x86; all helium ebuilds blocked by ghc-6.4
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/helium/ChangeLog7
-rw-r--r--dev-lang/helium/helium-1.1.ebuild3
-rw-r--r--dev-lang/helium/helium-1.2-r1.ebuild5
3 files changed, 11 insertions, 4 deletions
diff --git a/dev-lang/helium/ChangeLog b/dev-lang/helium/ChangeLog
index 98b84ec439fc..81cfa52562da 100644
--- a/dev-lang/helium/ChangeLog
+++ b/dev-lang/helium/ChangeLog
@@ -1,6 +1,11 @@
# 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.12 2005/02/19 18:55:16 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/ChangeLog,v 1.13 2005/03/19 19:11:18 kosmikus Exp $
+
+ 19 Mar 2005; Andres Loeh <kosmikus@gentoo.org> helium-1.1.ebuild,
+ helium-1.2-r1.ebuild:
+ Marked helium-1.2 stable on x86. Currently, helium cannot be compiled with
+ ghc-6.4 and is thus blocked by this version.
19 Feb 2005; Jason Wever <weeve@gentoo.org> helium-1.1.ebuild,
helium-1.2-r1.ebuild:
diff --git a/dev-lang/helium/helium-1.1.ebuild b/dev-lang/helium/helium-1.1.ebuild
index 6f18ea7bb187..c9d0be4a1b29 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.14 2005/02/19 18:55:16 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.1.ebuild,v 1.15 2005/03/19 19:11:18 kosmikus Exp $
inherit java-pkg
@@ -16,6 +16,7 @@ IUSE="readline"
DEPEND="virtual/libc
virtual/ghc
+ !>=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 18c62a4e5081..e0e633faf4b8 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.2 2005/02/19 18:55:16 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.2-r1.ebuild,v 1.3 2005/03/19 19:11:18 kosmikus Exp $
inherit eutils java-pkg
@@ -11,10 +11,11 @@ SRC_URI="http://www.cs.uu.nl/helium/distr/${P}-src.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 -sparc"
+KEYWORDS="x86 -sparc"
IUSE="readline"
DEPEND="virtual/libc
+ !>=virtual/ghc-6.4
virtual/ghc
readline? ( sys-libs/readline )"
RDEPEND="virtual/libc