summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:13:19 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 21:13:19 +0000
commit47d9cd703933b868b9baaa0e9bab52bc5f77b8d9 (patch)
treeb336a52b9c74e77b51128baed6adb8a7a3add354 /x11-plugins/wmweather
parentMark 1.13 stable on alpha (diff)
downloadgentoo-2-47d9cd703933b868b9baaa0e9bab52bc5f77b8d9.tar.gz
gentoo-2-47d9cd703933b868b9baaa0e9bab52bc5f77b8d9.tar.bz2
gentoo-2-47d9cd703933b868b9baaa0e9bab52bc5f77b8d9.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmweather')
-rw-r--r--x11-plugins/wmweather/ChangeLog7
-rw-r--r--x11-plugins/wmweather/wmweather-2.4.0.ebuild13
2 files changed, 15 insertions, 5 deletions
diff --git a/x11-plugins/wmweather/ChangeLog b/x11-plugins/wmweather/ChangeLog
index 2eff9b872ef0..765a624bec28 100644
--- a/x11-plugins/wmweather/ChangeLog
+++ b/x11-plugins/wmweather/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmweather
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.15 2005/02/06 17:21:56 corsair Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/ChangeLog,v 1.16 2006/01/31 21:08:32 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmweather-2.4.0.ebuild:
+ Fixed DEPEND for modular X.
06 Feb 2005; Markus Rothe <corsair@gentoo.org> wmweather-2.4.0.ebuild:
Stable on ppc64
diff --git a/x11-plugins/wmweather/wmweather-2.4.0.ebuild b/x11-plugins/wmweather/wmweather-2.4.0.ebuild
index e163c0201be0..afa29182da0e 100644
--- a/x11-plugins/wmweather/wmweather-2.4.0.ebuild
+++ b/x11-plugins/wmweather/wmweather-2.4.0.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/wmweather/wmweather-2.4.0.ebuild,v 1.14 2005/02/06 17:21:56 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmweather/wmweather-2.4.0.ebuild,v 1.15 2006/01/31 21:08:32 nelchael Exp $
IUSE=""
DESCRIPTION="Dockable applet for WindowMaker that shows weather."
@@ -11,8 +11,15 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 sparc amd64 ~mips ppc ppc64"
-DEPEND="virtual/x11
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXt
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )
net-misc/curl"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xextproto virtual/x11 )"
src_compile() {
cd ${S}/src