diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 03:17:30 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 03:17:30 +0000 |
commit | f50456301f0f85af8199750e6194edd9864eb906 (patch) | |
tree | 83dceaa9a1d8dd50d60832b83fcddea835b223b5 /x11-misc/xse | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-f50456301f0f85af8199750e6194edd9864eb906.tar.gz gentoo-2-f50456301f0f85af8199750e6194edd9864eb906.tar.bz2 gentoo-2-f50456301f0f85af8199750e6194edd9864eb906.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-misc/xse')
-rw-r--r-- | x11-misc/xse/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xse/xse-2.0.ebuild | 6 | ||||
-rw-r--r-- | x11-misc/xse/xse-2.1.ebuild | 13 |
3 files changed, 13 insertions, 12 deletions
diff --git a/x11-misc/xse/ChangeLog b/x11-misc/xse/ChangeLog index ec21a012bb39..acc11970ac0d 100644 --- a/x11-misc/xse/ChangeLog +++ b/x11-misc/xse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xse # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.11 2007/07/02 22:47:55 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.12 2007/07/22 03:17:30 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; xse-2.0.ebuild, + xse-2.1.ebuild: + Drop virtual/x11 references. 02 Jul 2007; Christian Faulhammer <opfer@gentoo.org> xse-2.1.ebuild: stable x86, bug 183870 diff --git a/x11-misc/xse/xse-2.0.ebuild b/x11-misc/xse/xse-2.0.ebuild index 3e91985449b5..87924be6dd30 100644 --- a/x11-misc/xse/xse-2.0.ebuild +++ b/x11-misc/xse/xse-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.0.ebuild,v 1.5 2006/03/16 13:15:08 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.0.ebuild,v 1.6 2007/07/22 03:17:30 dberkholz Exp $ inherit eutils @@ -20,7 +20,7 @@ SLOT="0" KEYWORDS="x86 ~ppc" IUSE="" -DEPEND="|| ( x11-libs/libXt virtual/x11 )" +DEPEND="x11-libs/libXt" src_unpack() { local i diff --git a/x11-misc/xse/xse-2.1.ebuild b/x11-misc/xse/xse-2.1.ebuild index 3bbfbb2a6e5b..53df68c63955 100644 --- a/x11-misc/xse/xse-2.1.ebuild +++ b/x11-misc/xse/xse-2.1.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/x11-misc/xse/xse-2.1.ebuild,v 1.7 2007/07/02 22:47:55 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.8 2007/07/22 03:17:30 dberkholz Exp $ inherit eutils @@ -11,13 +11,10 @@ LICENSE="X11" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="|| ( ( - x11-misc/imake - x11-libs/libXt - x11-misc/gccmakedep - app-text/rman - ) virtual/x11 - )" +DEPEND="x11-misc/imake + x11-libs/libXt + x11-misc/gccmakedep + app-text/rman" src_compile() { xmkmf -a &> /dev/null || die |