diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 19:48:13 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 19:48:13 +0000 |
commit | 157ce7e7fb5402a1de1dfcf4cfc2a582f732182c (patch) | |
tree | 585db86e0cfa34acf4b19e9201da9b7fe654427a /x11-plugins/wmmemfree | |
parent | Mark 0.5 stable on ia64 (diff) | |
download | gentoo-2-157ce7e7fb5402a1de1dfcf4cfc2a582f732182c.tar.gz gentoo-2-157ce7e7fb5402a1de1dfcf4cfc2a582f732182c.tar.bz2 gentoo-2-157ce7e7fb5402a1de1dfcf4cfc2a582f732182c.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmmemfree')
-rw-r--r-- | x11-plugins/wmmemfree/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmmemfree/wmmemfree-0.7-r1.ebuild | 12 |
2 files changed, 15 insertions, 5 deletions
diff --git a/x11-plugins/wmmemfree/ChangeLog b/x11-plugins/wmmemfree/ChangeLog index 38a2da3e3d10..91d219061f9b 100644 --- a/x11-plugins/wmmemfree/ChangeLog +++ b/x11-plugins/wmmemfree/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmmemfree -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemfree/ChangeLog,v 1.8 2005/11/11 09:08:44 s4t4n Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemfree/ChangeLog,v 1.9 2006/01/31 19:48:13 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmmemfree-0.7-r1.ebuild: + Fixed DEPEND for modular X. 11 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmmemfree-0.7-r1.ebuild: Removed INSTALL and COPYING from dodoc. diff --git a/x11-plugins/wmmemfree/wmmemfree-0.7-r1.ebuild b/x11-plugins/wmmemfree/wmmemfree-0.7-r1.ebuild index d0cc01f17c71..8cf584c74fbf 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-2005 Gentoo Foundation +# Copyright 1999-2006 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.6 2005/11/11 09:08:44 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemfree/wmmemfree-0.7-r1.ebuild,v 1.7 2006/01/31 19:48:13 nelchael Exp $ inherit eutils @@ -13,7 +13,13 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc ppc64 ~sparc" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_unpack() { |