diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:21:17 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:21:17 +0000 |
commit | 7664fc5214eae228fc4ab6a6b854ef792317b69f (patch) | |
tree | bcbbcef2899fc52555eb924bb8afe1c396dfcf91 /x11-plugins/wmbattery | |
parent | added to ~amd64 (diff) | |
download | gentoo-2-7664fc5214eae228fc4ab6a6b854ef792317b69f.tar.gz gentoo-2-7664fc5214eae228fc4ab6a6b854ef792317b69f.tar.bz2 gentoo-2-7664fc5214eae228fc4ab6a6b854ef792317b69f.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmbattery')
-rw-r--r-- | x11-plugins/wmbattery/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmbattery/wmbattery-2.19-r1.ebuild | 15 |
2 files changed, 17 insertions, 6 deletions
diff --git a/x11-plugins/wmbattery/ChangeLog b/x11-plugins/wmbattery/ChangeLog index b6d1b8fd40cd..b65c9b2fbf0a 100644 --- a/x11-plugins/wmbattery/ChangeLog +++ b/x11-plugins/wmbattery/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmbattery -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.15 2005/11/07 16:19:37 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/ChangeLog,v 1.16 2006/01/24 22:18:27 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmbattery-2.19-r1.ebuild: + Fixed DEPEND for modular X. 07 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmbattery-2.19-r1.ebuild: Removed COPYING from doinstall. diff --git a/x11-plugins/wmbattery/wmbattery-2.19-r1.ebuild b/x11-plugins/wmbattery/wmbattery-2.19-r1.ebuild index 2b9ade191324..ccea38fb3a3f 100644 --- a/x11-plugins/wmbattery/wmbattery-2.19-r1.ebuild +++ b/x11-plugins/wmbattery/wmbattery-2.19-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/wmbattery/wmbattery-2.19-r1.ebuild,v 1.5 2005/11/07 16:19:37 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbattery/wmbattery-2.19-r1.ebuild,v 1.6 2006/01/24 22:18:27 nelchael Exp $ inherit eutils @@ -16,8 +16,15 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 amd64 -sparc ~ppc" -DEPEND="virtual/x11 - sys-apps/apmd" +RDEPEND="sys-apps/apmd + || ( ( + 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 "Configuration failed" |