diff options
Diffstat (limited to 'x11-plugins/wmmemfree/wmmemfree-0.7-r1.ebuild')
-rw-r--r-- | x11-plugins/wmmemfree/wmmemfree-0.7-r1.ebuild | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/x11-plugins/wmmemfree/wmmemfree-0.7-r1.ebuild b/x11-plugins/wmmemfree/wmmemfree-0.7-r1.ebuild index 8cf584c74fbf..35d40d60b2f1 100644 --- a/x11-plugins/wmmemfree/wmmemfree-0.7-r1.ebuild +++ b/x11-plugins/wmmemfree/wmmemfree-0.7-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/wmmemfree/wmmemfree-0.7-r1.ebuild,v 1.7 2006/01/31 19:48:13 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemfree/wmmemfree-0.7-r1.ebuild,v 1.8 2007/07/22 04:54:00 dberkholz Exp $ inherit eutils @@ -13,13 +13,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc ppc64 ~sparc" -RDEPEND="|| ( ( - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm ) - virtual/x11 )" +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm" DEPEND="${RDEPEND} - || ( x11-proto/xextproto virtual/x11 )" + x11-proto/xextproto" src_unpack() { |