summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 19:36:49 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-31 19:36:49 +0000
commit02a3d817f465b3312650189199548bca1b765f63 (patch)
treec7bc8c1e6d016e0dd0eb03aea848e6809f37bb57 /x11-plugins/wmitime
parentMark 0.4.0-r1 stable on alpha (diff)
downloadgentoo-2-02a3d817f465b3312650189199548bca1b765f63.tar.gz
gentoo-2-02a3d817f465b3312650189199548bca1b765f63.tar.bz2
gentoo-2-02a3d817f465b3312650189199548bca1b765f63.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-plugins/wmitime')
-rw-r--r--x11-plugins/wmitime/ChangeLog7
-rw-r--r--x11-plugins/wmitime/wmitime-0.3.ebuild13
2 files changed, 14 insertions, 6 deletions
diff --git a/x11-plugins/wmitime/ChangeLog b/x11-plugins/wmitime/ChangeLog
index b78330451b74..6d7a4481eab6 100644
--- a/x11-plugins/wmitime/ChangeLog
+++ b/x11-plugins/wmitime/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-plugins/wmitime
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/ChangeLog,v 1.10 2005/11/10 09:37:23 s4t4n Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/ChangeLog,v 1.11 2006/01/31 19:33:14 nelchael Exp $
+
+ 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmitime-0.3.ebuild:
+ Fixed DEPEND for modular X.
10 Nov 2005; Michele Noberasco <s4t4n@gentoo.org> wmitime-0.3.ebuild:
Removed COPYING from dodoc.
diff --git a/x11-plugins/wmitime/wmitime-0.3.ebuild b/x11-plugins/wmitime/wmitime-0.3.ebuild
index 37cd8bbad5fa..34afa8cf9ccf 100644
--- a/x11-plugins/wmitime/wmitime-0.3.ebuild
+++ b/x11-plugins/wmitime/wmitime-0.3.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/wmitime/wmitime-0.3.ebuild,v 1.14 2005/11/10 09:37:23 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmitime/wmitime-0.3.ebuild,v 1.15 2006/01/31 19:33:14 nelchael Exp $
inherit eutils
@@ -14,8 +14,13 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 amd64 ppc ppc64 ~sparc"
-DEPEND="virtual/libc
- virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXpm )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xextproto virtual/x11 )"
src_unpack() {
unpack ${A} ; cd ${S}