diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 05:04:01 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-07-22 05:04:01 +0000 |
commit | b567f3cbdf9ceedbd3be6903816d04f94369248f (patch) | |
tree | 5ace304936df92692c1039e32b924f27a7f3dff9 /x11-plugins/wmcpu/wmcpu-1.4.ebuild | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-b567f3cbdf9ceedbd3be6903816d04f94369248f.tar.gz gentoo-2-b567f3cbdf9ceedbd3be6903816d04f94369248f.tar.bz2 gentoo-2-b567f3cbdf9ceedbd3be6903816d04f94369248f.zip |
Drop virtual/x11 references.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'x11-plugins/wmcpu/wmcpu-1.4.ebuild')
-rw-r--r-- | x11-plugins/wmcpu/wmcpu-1.4.ebuild | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/x11-plugins/wmcpu/wmcpu-1.4.ebuild b/x11-plugins/wmcpu/wmcpu-1.4.ebuild index 4e90e1617d9f..65023dbb228d 100644 --- a/x11-plugins/wmcpu/wmcpu-1.4.ebuild +++ b/x11-plugins/wmcpu/wmcpu-1.4.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-plugins/wmcpu/wmcpu-1.4.ebuild,v 1.2 2007/04/13 14:30:04 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpu/wmcpu-1.4.ebuild,v 1.3 2007/07/22 05:04:01 dberkholz Exp $ inherit flag-o-matic @@ -15,13 +15,11 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm ) - virtual/x11 )" +DEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" RDEPEND="${RDEPEND} - || ( x11-proto/xextproto virtual/x11 )" + x11-proto/xextproto" src_compile() { # We then add the default -Wall from Makefile to CFLAGS |