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/wmacpiload-ac | |
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/wmacpiload-ac')
-rw-r--r-- | x11-plugins/wmacpiload-ac/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild | 13 |
2 files changed, 16 insertions, 5 deletions
diff --git a/x11-plugins/wmacpiload-ac/ChangeLog b/x11-plugins/wmacpiload-ac/ChangeLog index 839a1e29b607..5de8f84d64c8 100644 --- a/x11-plugins/wmacpiload-ac/ChangeLog +++ b/x11-plugins/wmacpiload-ac/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmacpiload-ac -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpiload-ac/ChangeLog,v 1.4 2005/10/01 23:36:11 morfic Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpiload-ac/ChangeLog,v 1.5 2006/01/22 12:14:11 nelchael Exp $ + + 22 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmacpiload-ac-0.1.2_p3.ebuild: + Fixed DEPEND for modular X. 01 Oct 2005; Daniel Goller <morfic@gentoo.org> wmacpiload-ac-0.1.2_p3.ebuild: diff --git a/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild b/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild index 2c65dc9718a4..399b4b0c3198 100644 --- a/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild +++ b/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.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/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild,v 1.4 2005/10/01 23:36:11 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmacpiload-ac/wmacpiload-ac-0.1.2_p3.ebuild,v 1.5 2006/01/22 12:14:11 nelchael Exp $ MY_P="wmacpiload-0.1.2-ac3" @@ -12,7 +12,14 @@ SRC_URI="http://perso.wanadoo.fr/acarriou/wmacpiload/${MY_P}.tar.bz2" # it has a new homepage, but the src_uri is still from the old one. change this # at the next version bump -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXt + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" SLOT="0" LICENSE="GPL-2" |