diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:34:10 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 22:34:10 +0000 |
commit | 967af4a0c8fc941defc42551d0f8166dd20b556f (patch) | |
tree | 3385a4e55fba6ad43ee81fee94ed5c7ef8a89533 /x11-plugins/wmcdplay | |
parent | Fix use-flag check thanks to flameeyes, remove old versions (diff) | |
download | gentoo-2-967af4a0c8fc941defc42551d0f8166dd20b556f.tar.gz gentoo-2-967af4a0c8fc941defc42551d0f8166dd20b556f.tar.bz2 gentoo-2-967af4a0c8fc941defc42551d0f8166dd20b556f.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmcdplay')
-rw-r--r-- | x11-plugins/wmcdplay/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild | 15 |
2 files changed, 18 insertions, 5 deletions
diff --git a/x11-plugins/wmcdplay/ChangeLog b/x11-plugins/wmcdplay/ChangeLog index 2dccc0cb39b6..62265b9477aa 100644 --- a/x11-plugins/wmcdplay/ChangeLog +++ b/x11-plugins/wmcdplay/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmcdplay -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/ChangeLog,v 1.3 2004/09/06 20:40:12 s4t4n Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/ChangeLog,v 1.4 2006/01/24 22:34:10 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmcdplay-1.0_beta1.ebuild: + Fixed DEPEND for modular X. 06 Sep 2004; Michele Noberasco <s4t4n@gentoo.org> wmcdplay-1.0_beta1.ebuild: Stable for x86. diff --git a/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild b/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild index af62c0c4e1c7..ab5b1a6743b7 100644 --- a/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild +++ b/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.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/wmcdplay/wmcdplay-1.0_beta1.ebuild,v 1.3 2004/09/06 20:40:12 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild,v 1.4 2006/01/24 22:34:10 nelchael Exp $ inherit eutils @@ -13,7 +13,16 @@ DESCRIPTION="CD player applet for WindowMaker" SRC_URI="http://www.geocities.com/SiliconValley/Vista/2471/files/${MY_P}.tgz" HOMEPAGE="http://www.geocities.com/SiliconValley/Vista/2471/" -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 )" SLOT="0" LICENSE="GPL-2" |