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/wmcdplay-1.0_beta1.ebuild | |
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/wmcdplay-1.0_beta1.ebuild')
-rw-r--r-- | x11-plugins/wmcdplay/wmcdplay-1.0_beta1.ebuild | 15 |
1 files changed, 12 insertions, 3 deletions
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" |