diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-25 10:44:52 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-10-25 10:44:52 +0000 |
commit | 04af54968958b7f481861cae4a80be2148f5be08 (patch) | |
tree | cf452bb7e5b17103f19f1b0051c94e3b3fd4ac76 /x11-plugins/wmcalc/wmcalc-0.4.ebuild | |
parent | Added missing libxpm dependancy. Closes bug #150655. (diff) | |
download | historical-04af54968958b7f481861cae4a80be2148f5be08.tar.gz historical-04af54968958b7f481861cae4a80be2148f5be08.tar.bz2 historical-04af54968958b7f481861cae4a80be2148f5be08.zip |
Fixed modular X dependancies. Closes bug #150644.
Package-Manager: portage-2.1.1
Diffstat (limited to 'x11-plugins/wmcalc/wmcalc-0.4.ebuild')
-rw-r--r-- | x11-plugins/wmcalc/wmcalc-0.4.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-plugins/wmcalc/wmcalc-0.4.ebuild b/x11-plugins/wmcalc/wmcalc-0.4.ebuild index 717bc4902bc6..8bb2f43b038f 100644 --- a/x11-plugins/wmcalc/wmcalc-0.4.ebuild +++ b/x11-plugins/wmcalc/wmcalc-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.4.ebuild,v 1.9 2006/01/24 22:32:04 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.4.ebuild,v 1.10 2006/10/25 10:44:52 s4t4n Exp $ inherit eutils @@ -11,13 +11,11 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 ppc ppc64 ~sparc" -RDEPEND="|| ( ( +DEPEND=" + || ( ( x11-libs/libX11 x11-libs/libXext - x11-libs/libXpm ) - virtual/x11 )" -DEPEND="${RDEPEND} - || ( ( + x11-libs/libXpm x11-proto/xproto x11-proto/xextproto ) virtual/x11 )" |