diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:35:57 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 20:35:57 +0000 |
commit | 551ae7010160b5839c4eb40686734f00f6dfa700 (patch) | |
tree | ca494dc6f98269613f0328837df5c133bd74fabe /x11-plugins/wmpower | |
parent | Mark 1.13 stable on alpha (diff) | |
download | gentoo-2-551ae7010160b5839c4eb40686734f00f6dfa700.tar.gz gentoo-2-551ae7010160b5839c4eb40686734f00f6dfa700.tar.bz2 gentoo-2-551ae7010160b5839c4eb40686734f00f6dfa700.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmpower')
-rw-r--r-- | x11-plugins/wmpower/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmpower/wmpower-0.4.1.ebuild | 15 | ||||
-rw-r--r-- | x11-plugins/wmpower/wmpower-0.4.2.ebuild | 15 |
3 files changed, 30 insertions, 8 deletions
diff --git a/x11-plugins/wmpower/ChangeLog b/x11-plugins/wmpower/ChangeLog index e1e95cbc01e1..ad035647a524 100644 --- a/x11-plugins/wmpower/ChangeLog +++ b/x11-plugins/wmpower/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmpower -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/ChangeLog,v 1.23 2005/11/07 13:08:26 s4t4n Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/ChangeLog,v 1.24 2006/01/31 20:31:20 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmpower-0.4.1.ebuild, + wmpower-0.4.2.ebuild: + Fixed DEPEND for modular X. 07 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmpower-0.4.2.ebuild, wmpower-0.4.1.ebuild: diff --git a/x11-plugins/wmpower/wmpower-0.4.1.ebuild b/x11-plugins/wmpower/wmpower-0.4.1.ebuild index c7a0336f8e23..50f257186ae8 100644 --- a/x11-plugins/wmpower/wmpower-0.4.1.ebuild +++ b/x11-plugins/wmpower/wmpower-0.4.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/wmpower/wmpower-0.4.1.ebuild,v 1.5 2005/11/07 13:08:26 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.1.ebuild,v 1.6 2006/01/31 20:31:20 nelchael Exp $ IUSE="" @@ -12,7 +12,16 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ppc" -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_compile() { diff --git a/x11-plugins/wmpower/wmpower-0.4.2.ebuild b/x11-plugins/wmpower/wmpower-0.4.2.ebuild index 4dde8389ba11..a7a351813449 100644 --- a/x11-plugins/wmpower/wmpower-0.4.2.ebuild +++ b/x11-plugins/wmpower/wmpower-0.4.2.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/wmpower/wmpower-0.4.2.ebuild,v 1.4 2005/11/07 13:08:26 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmpower/wmpower-0.4.2.ebuild,v 1.5 2006/01/31 20:31:20 nelchael Exp $ IUSE="" @@ -12,7 +12,16 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ppc 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_compile() { |