summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 17:01:05 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 17:01:05 +0000
commit121bf09645120816179b28a94e4831ceceb1543f (patch)
treeb77c662063fd1171b4109a595238a6eb2f90cff5 /x11-misc/xcalendar
parentMarked ~hppa (bug #119199). (diff)
downloadhistorical-121bf09645120816179b28a94e4831ceceb1543f.tar.gz
historical-121bf09645120816179b28a94e4831ceceb1543f.tar.bz2
historical-121bf09645120816179b28a94e4831ceceb1543f.zip
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xcalendar')
-rw-r--r--x11-misc/xcalendar/ChangeLog7
-rw-r--r--x11-misc/xcalendar/xcalendar-4.0.ebuild16
2 files changed, 17 insertions, 6 deletions
diff --git a/x11-misc/xcalendar/ChangeLog b/x11-misc/xcalendar/ChangeLog
index f294d5e88463..dec9bd6fcb75 100644
--- a/x11-misc/xcalendar/ChangeLog
+++ b/x11-misc/xcalendar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xcalendar
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/ChangeLog,v 1.15 2005/04/24 03:26:08 hansmi Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/ChangeLog,v 1.16 2006/01/21 16:34:12 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> xcalendar-4.0.ebuild:
+ Fixed DEPEND for modular X.
24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> xcalendar-4.0.ebuild:
Stable on ppc.
diff --git a/x11-misc/xcalendar/xcalendar-4.0.ebuild b/x11-misc/xcalendar/xcalendar-4.0.ebuild
index edbe727ee2f1..9e2494665f6b 100644
--- a/x11-misc/xcalendar/xcalendar-4.0.ebuild
+++ b/x11-misc/xcalendar/xcalendar-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-misc/xcalendar/xcalendar-4.0.ebuild,v 1.15 2005/04/24 03:26:08 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcalendar/xcalendar-4.0.ebuild,v 1.16 2006/01/21 16:34:12 nelchael Exp $
inherit eutils
@@ -14,8 +14,16 @@ LICENSE="as-is"
KEYWORDS="x86 alpha ~amd64 ppc64 ppc"
IUSE="motif"
-DEPEND="virtual/x11
- motif? ( x11-libs/openmotif )"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libXaw
+ x11-libs/libXext )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( x11-proto/xproto virtual/x11 )
+ motif? ( x11-libs/openmotif )"
src_compile() {
if use motif