diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 12:42:46 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-22 12:42:46 +0000 |
commit | 9fec0537a05ffb04ac28aa5f9c88ab04f70c05d7 (patch) | |
tree | bed192cb48f2fbe899635494ac98193535d81407 /x11-plugins/wmapmload/wmapmload-0.3.3.ebuild | |
parent | version bump - checked with curl. removed older version. ppc64 dropped until ... (diff) | |
download | gentoo-2-9fec0537a05ffb04ac28aa5f9c88ab04f70c05d7.tar.gz gentoo-2-9fec0537a05ffb04ac28aa5f9c88ab04f70c05d7.tar.bz2 gentoo-2-9fec0537a05ffb04ac28aa5f9c88ab04f70c05d7.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmapmload/wmapmload-0.3.3.ebuild')
-rw-r--r-- | x11-plugins/wmapmload/wmapmload-0.3.3.ebuild | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/x11-plugins/wmapmload/wmapmload-0.3.3.ebuild b/x11-plugins/wmapmload/wmapmload-0.3.3.ebuild index d555814d0668..bdc3e7259e04 100644 --- a/x11-plugins/wmapmload/wmapmload-0.3.3.ebuild +++ b/x11-plugins/wmapmload/wmapmload-0.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/wmapmload/wmapmload-0.3.3.ebuild,v 1.5 2004/10/19 08:49:58 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapmload/wmapmload-0.3.3.ebuild,v 1.6 2006/01/22 12:39:39 nelchael Exp $ IUSE="" DESCRIPTION="dockapp that monitors your apm battery status." @@ -11,12 +11,18 @@ SLOT="0" KEYWORDS="x86 amd64 ~ppc" LICENSE="GPL-2" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXt + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" src_compile() { econf || die "configure failed" - emake || die "parallel make failed" } @@ -26,4 +32,3 @@ src_install () { einstall || die "make install failed" } - |