diff options
author | 2007-07-22 05:39:35 +0000 | |
---|---|---|
committer | 2007-07-22 05:39:35 +0000 | |
commit | 8151687a68dd07c2151ea4f8d277bfa0a7827e8c (patch) | |
tree | d3e889198afa4a9f376f49c4eddae67b1adbe46f /x11-plugins/wmnetselect | |
parent | Respect Id tag in Javadocs source. (diff) | |
download | historical-8151687a68dd07c2151ea4f8d277bfa0a7827e8c.tar.gz historical-8151687a68dd07c2151ea4f8d277bfa0a7827e8c.tar.bz2 historical-8151687a68dd07c2151ea4f8d277bfa0a7827e8c.zip |
Drop virtual/x11 references.
Package-Manager: portage-2.1.3_rc8
Diffstat (limited to 'x11-plugins/wmnetselect')
-rw-r--r-- | x11-plugins/wmnetselect/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild | 22 |
2 files changed, 14 insertions, 14 deletions
diff --git a/x11-plugins/wmnetselect/ChangeLog b/x11-plugins/wmnetselect/ChangeLog index 0b55ad8ee9d6..ba6d570b46a4 100644 --- a/x11-plugins/wmnetselect/ChangeLog +++ b/x11-plugins/wmnetselect/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmnetselect # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/ChangeLog,v 1.12 2007/02/21 23:46:36 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/ChangeLog,v 1.13 2007/07/22 04:42:55 dberkholz Exp $ + + 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; + wmnetselect-0.8-r1.ebuild: + Drop virtual/x11 references. 21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild b/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild index b5909a672742..ae24a34cde2b 100644 --- a/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild +++ b/x11-plugins/wmnetselect/wmnetselect-0.8-r1.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-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.12 2006/01/31 20:11:13 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/wmnetselect-0.8-r1.ebuild,v 1.13 2007/07/22 04:42:54 dberkholz Exp $ IUSE="" DESCRIPTION="WindowMaker browser launcher docklet" @@ -11,18 +11,14 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc amd64 ppc" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXext - x11-libs/libXpm ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXmu + x11-libs/libXext + x11-libs/libXpm" DEPEND="${RDEPEND} - || ( ( - x11-proto/xproto - x11-proto/xextproto - x11-misc/imake ) - virtual/x11 )" + x11-proto/xproto + x11-proto/xextproto + x11-misc/imake" src_compile() { xmkmf || die |