summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 13:00:23 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 13:00:23 +0000
commit708e5a797bb7285e066ed429fa7447c5fa3bac44 (patch)
tree36accfe61998a93b201c7e811dded8698021174d /x11-misc/pogo
parentFixed DEPEND for modular X. (diff)
downloadgentoo-2-708e5a797bb7285e066ed429fa7447c5fa3bac44.tar.gz
gentoo-2-708e5a797bb7285e066ed429fa7447c5fa3bac44.tar.bz2
gentoo-2-708e5a797bb7285e066ed429fa7447c5fa3bac44.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/pogo')
-rw-r--r--x11-misc/pogo/ChangeLog7
-rw-r--r--x11-misc/pogo/pogo-2.2.ebuild14
2 files changed, 16 insertions, 5 deletions
diff --git a/x11-misc/pogo/ChangeLog b/x11-misc/pogo/ChangeLog
index 31401b458353..1449647b74a7 100644
--- a/x11-misc/pogo/ChangeLog
+++ b/x11-misc/pogo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/pogo
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/ChangeLog,v 1.8 2005/04/29 00:27:06 wormo Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/ChangeLog,v 1.9 2006/01/21 12:56:21 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> pogo-2.2.ebuild:
+ Fixed DEPEND for modular X.
28 Apr 2005; Stephanie Lockwood-Childs <wormo@gentoo.org> pogo-2.2.ebuild:
added ~ppc
diff --git a/x11-misc/pogo/pogo-2.2.ebuild b/x11-misc/pogo/pogo-2.2.ebuild
index 9e31fb31cea8..da011e82a961 100644
--- a/x11-misc/pogo/pogo-2.2.ebuild
+++ b/x11-misc/pogo/pogo-2.2.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/pogo/pogo-2.2.ebuild,v 1.9 2005/04/29 00:27:06 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pogo/pogo-2.2.ebuild,v 1.10 2006/01/21 12:56:21 nelchael Exp $
IUSE=""
@@ -12,7 +12,15 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ~amd64 ~ppc"
-DEPEND="virtual/x11
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXext )
+ virtual/x11 )"
+DEPEND="${RDEPEND}
+ || ( (
+ x11-proto/xproto
+ x11-proto/xextproto )
+ virtual/x11 )
media-libs/imlib
media-libs/jpeg
>=sys-apps/sed-4"