summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Francisco Araujo <araujo@gentoo.org>2007-12-23 14:36:53 +0000
committerLuis Francisco Araujo <araujo@gentoo.org>2007-12-23 14:36:53 +0000
commit2269ac8c6b51b6af7c16d693eec63209dd7eac83 (patch)
tree9b4c77bf717344f63d4f3b170e3b79333eb518ca /dev-lang/ghc
parentAdd new ruby use flags as defaults (diff)
downloadgentoo-2-2269ac8c6b51b6af7c16d693eec63209dd7eac83.tar.gz
gentoo-2-2269ac8c6b51b6af7c16d693eec63209dd7eac83.tar.bz2
gentoo-2-2269ac8c6b51b6af7c16d693eec63209dd7eac83.zip
Droping the last reference to virtual/x11
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r--dev-lang/ghc/ChangeLog5
-rw-r--r--dev-lang/ghc/ghc-6.4.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog
index 0b48ebf8d922..22c7391dae46 100644
--- a/dev-lang/ghc/ChangeLog
+++ b/dev-lang/ghc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/ghc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.147 2007/12/23 13:17:10 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.148 2007/12/23 14:36:53 araujo Exp $
+
+ 23 Dec 2007; Luis F. Araujo <araujo@gentoo.org> ghc-6.4.2.ebuild:
+ Droping the last reference to virtual/x11
24 Dec 2007; Lennart Kolmodin <kolmodin@gentoo.org> files/ghc-updater:
Fix ghc-updater to be baselayout independent wrt functions.sh.
diff --git a/dev-lang/ghc/ghc-6.4.2.ebuild b/dev-lang/ghc/ghc-6.4.2.ebuild
index fbeda1b74e73..540779af6e4b 100644
--- a/dev-lang/ghc/ghc-6.4.2.ebuild
+++ b/dev-lang/ghc/ghc-6.4.2.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-lang/ghc/ghc-6.4.2.ebuild,v 1.25 2007/12/13 15:58:31 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.26 2007/12/23 14:36:53 araujo Exp $
# Brief explanation of the bootstrap logic:
#
@@ -67,7 +67,7 @@ RDEPEND="
>=dev-lang/perl-5.6.1
>=dev-libs/gmp-4.1
=sys-libs/readline-5*
- X? ( || ( x11-libs/libX11 virtual/x11 ) )
+ X? ( x11-libs/libX11 )
opengl? ( virtual/opengl
virtual/glu virtual/glut
openal? ( media-libs/openal media-libs/freealut ) )"