summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:00:15 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:00:15 +0000
commitf1fa38cde582e228a461f3b20be374d785ff3dd9 (patch)
tree209f8c40b1ba8b06300b10cde495567009723b68 /x11-plugins/wmsysmon
parentversion bump (diff)
downloadgentoo-2-f1fa38cde582e228a461f3b20be374d785ff3dd9.tar.gz
gentoo-2-f1fa38cde582e228a461f3b20be374d785ff3dd9.tar.bz2
gentoo-2-f1fa38cde582e228a461f3b20be374d785ff3dd9.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmsysmon')
-rw-r--r--x11-plugins/wmsysmon/ChangeLog8
-rw-r--r--x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild10
-rw-r--r--x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild10
3 files changed, 22 insertions, 6 deletions
diff --git a/x11-plugins/wmsysmon/ChangeLog b/x11-plugins/wmsysmon/ChangeLog
index d503da7f792a..d4012e29df3e 100644
--- a/x11-plugins/wmsysmon/ChangeLog
+++ b/x11-plugins/wmsysmon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-plugins/wmsysmon
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v 1.21 2006/01/25 08:22:27 s4t4n Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/ChangeLog,v 1.22 2006/01/31 20:56:40 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org>
+ wmsysmon-0.7.6-r3.ebuild, wmsysmon-0.7.7.ebuild:
+ Fixed DEPEND for modular X.
*wmsysmon-0.7.7 (January 24 2006)
diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild
index 7875b8458a9f..ca0d5d5a6692 100644
--- a/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild
+++ b/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild,v 1.9 2006/01/25 08:22:27 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.6-r3.ebuild,v 1.10 2006/01/31 20:56:40 nelchael Exp $
inherit eutils
@@ -13,7 +13,13 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc alpha amd64 ppc ppc64"
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xextproto virtual/x11 )"
src_unpack()
{
diff --git a/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild b/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild
index d8ca91ccd030..6a6626a0fe28 100644
--- a/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild
+++ b/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.1 2006/01/25 08:22:27 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsysmon/wmsysmon-0.7.7.ebuild,v 1.2 2006/01/31 20:56:40 nelchael Exp $
inherit eutils
@@ -13,7 +13,13 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86 ~sparc ~alpha ~amd64 ~ppc ~ppc64"
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xextproto virtual/x11 )"
src_unpack()
{