diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 12:16:40 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 12:16:40 +0000 |
commit | 027c8e9a1867bfd3448cad5c2ad395598d3cddc8 (patch) | |
tree | e4f3dc0cde820c4ae45d94931a859ff39226ee91 /x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild | |
parent | new upstream version. remove 0.7.1 (diff) | |
download | gentoo-2-027c8e9a1867bfd3448cad5c2ad395598d3cddc8.tar.gz gentoo-2-027c8e9a1867bfd3448cad5c2ad395598d3cddc8.tar.bz2 gentoo-2-027c8e9a1867bfd3448cad5c2ad395598d3cddc8.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild')
-rw-r--r-- | x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild b/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild index 44118d7cebc5..27ca2521c2ce 100644 --- a/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild +++ b/x11-plugins/wmacpimon/wmacpimon-0.2.1.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/wmacpimon/wmacpimon-0.2.1.ebuild,v 1.3 2005/11/07 12:51:07 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpimon/wmacpimon-0.2.1.ebuild,v 1.4 2006/01/22 12:16:40 nelchael Exp $ inherit eutils @@ -14,7 +14,16 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( ( + x11-proto/xproto + x11-proto/xextproto ) + virtual/x11 )" src_unpack() { |