diff options
author | 2006-01-31 19:31:12 +0000 | |
---|---|---|
committer | 2006-01-31 19:31:12 +0000 | |
commit | 40a8f4c2bad274c7d5bba27c517e11025cf0241e (patch) | |
tree | f8db0a1acf31e6be5e2ee22c1715755bc3320ab8 /x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild | |
parent | Mark 1.8.2-r1 stable on ia64 (diff) | |
download | gentoo-2-40a8f4c2bad274c7d5bba27c517e11025cf0241e.tar.gz gentoo-2-40a8f4c2bad274c7d5bba27c517e11025cf0241e.tar.bz2 gentoo-2-40a8f4c2bad274c7d5bba27c517e11025cf0241e.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild')
-rw-r--r-- | x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild b/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild index 3abdcc653478..9f7b97cd55bb 100644 --- a/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild +++ b/x11-plugins/wmifs/wmifs-1.3_beta1-r2.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/wmifs/wmifs-1.3_beta1-r2.ebuild,v 1.5 2005/11/10 09:18:12 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild,v 1.6 2006/01/31 19:29:43 nelchael Exp $ inherit eutils @@ -12,7 +12,14 @@ HOMEPAGE="http://www.linux.tucows.com" SRC_URI="http://linux.tucows.tierra.net/files/x11/dock/${PN}-${MY_PV}.tar.gz http://http.us.debian.org/debian/pool/main/w/wmifs/${PN}_${MY_PV}-11.diff.gz" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" + SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha hppa ~mips ia64 amd64" |