diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:00:15 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 21:00:15 +0000 |
commit | f1fa38cde582e228a461f3b20be374d785ff3dd9 (patch) | |
tree | 209f8c40b1ba8b06300b10cde495567009723b68 /x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-f1fa38cde582e228a461f3b20be374d785ff3dd9.tar.gz gentoo-2-f1fa38cde582e228a461f3b20be374d785ff3dd9.tar.bz2 gentoo-2-f1fa38cde582e228a461f3b20be374d785ff3dd9.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild')
-rw-r--r-- | x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild index 7875b8458a9f..ca0d5d5a6692 100644 --- a/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild +++ b/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.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/wmsysmon/wmsysmon-0.7.6-r3.ebuild,v 1.9 2006/01/25 08:22:27 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild,v 1.10 2006/01/31 20:56:40 nelchael Exp $ inherit eutils @@ -13,7 +13,13 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 sparc alpha amd64 ppc ppc64" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_unpack() { |