diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 19:31:12 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-31 19:31:12 +0000 |
commit | 40a8f4c2bad274c7d5bba27c517e11025cf0241e (patch) | |
tree | f8db0a1acf31e6be5e2ee22c1715755bc3320ab8 /x11-plugins/wmifs | |
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')
-rw-r--r-- | x11-plugins/wmifs/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild | 13 |
2 files changed, 16 insertions, 5 deletions
diff --git a/x11-plugins/wmifs/ChangeLog b/x11-plugins/wmifs/ChangeLog index ea2aefb60447..dff238ed164a 100644 --- a/x11-plugins/wmifs/ChangeLog +++ b/x11-plugins/wmifs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmifs -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v 1.17 2005/11/10 09:18:12 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmifs/ChangeLog,v 1.18 2006/01/31 19:29:43 nelchael Exp $ + + 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmifs-1.3_beta1-r2.ebuild: + Fixed DEPEND for modular X. 10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmifs-1.3_beta1-r2.ebuild: Removed COPYING and INSTALL from dodoc. 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" |