summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 22:34:10 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-24 22:34:10 +0000
commitec0e930cb8e6e35e24abeaf6d4dd0d0ae1b16bfa (patch)
tree6661b0e3e3dc6280ecf76afde0de88934e05ed9b /x11-plugins/wmbio
parentFix use-flag check thanks to flameeyes, remove old versions (diff)
downloadhistorical-ec0e930cb8e6e35e24abeaf6d4dd0d0ae1b16bfa.tar.gz
historical-ec0e930cb8e6e35e24abeaf6d4dd0d0ae1b16bfa.tar.bz2
historical-ec0e930cb8e6e35e24abeaf6d4dd0d0ae1b16bfa.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-plugins/wmbio')
-rw-r--r--x11-plugins/wmbio/ChangeLog7
-rw-r--r--x11-plugins/wmbio/wmbio-1.02.ebuild12
2 files changed, 14 insertions, 5 deletions
diff --git a/x11-plugins/wmbio/ChangeLog b/x11-plugins/wmbio/ChangeLog
index 3f61d098db50..04baefb18ee2 100644
--- a/x11-plugins/wmbio/ChangeLog
+++ b/x11-plugins/wmbio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmbio
-# Copyright 2001-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.10 2004/11/24 05:00:21 weeve Exp $
+# Copyright 2001-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.11 2006/01/24 22:23:26 nelchael Exp $
+
+ 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmbio-1.02.ebuild:
+ Fixed DEPEND for modular X.
23 Nov 2004; Jason Wever <weeve@gentoo.org> wmbio-1.02.ebuild:
Added ~sparc keyword.
diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild
index 3a0fbb547ff3..83cc733b2407 100644
--- a/x11-plugins/wmbio/wmbio-1.02.ebuild
+++ b/x11-plugins/wmbio/wmbio-1.02.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/wmbio/wmbio-1.02.ebuild,v 1.5 2004/11/24 05:00:21 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild,v 1.6 2006/01/24 22:23:26 nelchael Exp $
inherit eutils
@@ -10,7 +10,13 @@ DESCRIPTION="a Window Maker applet that shows your biorhythm"
SRC_URI="http://wmbio.sourceforge.net/${P}.tar.gz"
HOMEPAGE="http://wmbio.sourceforge.net/"
-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"