summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-12-28 17:52:02 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-12-28 17:52:02 +0000
commit8cfd45b840d577a37e6667bf33d4f5f027b4c8e4 (patch)
tree86998c6b838bda3026271ed5838793c84d19cf49 /x11-misc/pypanel
parentMinor ebuild cleanups (diff)
downloadgentoo-2-8cfd45b840d577a37e6667bf33d4f5f027b4c8e4.tar.gz
gentoo-2-8cfd45b840d577a37e6667bf33d4f5f027b4c8e4.tar.bz2
gentoo-2-8cfd45b840d577a37e6667bf33d4f5f027b4c8e4.zip
Fixed DEPEND for modular X. See bug #115991.
(Portage version: 2.1_pre2)
Diffstat (limited to 'x11-misc/pypanel')
-rw-r--r--x11-misc/pypanel/ChangeLog5
-rw-r--r--x11-misc/pypanel/pypanel-2.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/pypanel/ChangeLog b/x11-misc/pypanel/ChangeLog
index d18f8639242b..86a56abd2b38 100644
--- a/x11-misc/pypanel/ChangeLog
+++ b/x11-misc/pypanel/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/pypanel
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.27 2005/11/01 13:18:59 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.28 2005/12/28 17:52:02 nelchael Exp $
+
+ 28 Dec 2005; Krzysiek Pawlik <nelchael@gentoo.org> pypanel-2.4.ebuild:
+ Fixed DEPEND for modular X. See bug #115991.
01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> -pypanel-2.0.ebuild:
Fixed ChangeLog.
diff --git a/x11-misc/pypanel/pypanel-2.4.ebuild b/x11-misc/pypanel/pypanel-2.4.ebuild
index 31acb897c2f4..d2a62b054fc5 100644
--- a/x11-misc/pypanel/pypanel-2.4.ebuild
+++ b/x11-misc/pypanel/pypanel-2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.1 2005/06/30 04:37:16 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.2 2005/12/28 17:52:02 nelchael Exp $
inherit distutils eutils
@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86"
IUSE=""
-DEPEND="virtual/x11
+DEPEND="|| ( x11-libs/libXft virtual/x11 )
>=dev-lang/python-2.2.3-r1
>=dev-python/python-xlib-0.12
>=sys-apps/sed-4