summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 20:18:13 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 20:18:13 +0000
commit04d0a89969af68bc9cb7c677c7fff5ff4c2bca29 (patch)
tree9c074637a83cb3426bd0b086008e9bb52dd7b97d /x11-plugins/wmifs
parentMark 0.12 stable on alpha (diff)
downloadhistorical-04d0a89969af68bc9cb7c677c7fff5ff4c2bca29.tar.gz
historical-04d0a89969af68bc9cb7c677c7fff5ff4c2bca29.tar.bz2
historical-04d0a89969af68bc9cb7c677c7fff5ff4c2bca29.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'x11-plugins/wmifs')
-rw-r--r--x11-plugins/wmifs/ChangeLog8
-rw-r--r--x11-plugins/wmifs/wmifs-1.3_beta1-r2.ebuild13
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"