summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 12:34:08 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-01-21 12:34:08 +0000
commit714649041ce393f44425522eef770a1c397efbdc (patch)
treef3a89c315e85cd33a8121b40888cac651cf7a455 /x11-misc/seyon
parent Version bump for new scripts to stop udev from starting init scripts (diff)
downloadgentoo-2-714649041ce393f44425522eef770a1c397efbdc.tar.gz
gentoo-2-714649041ce393f44425522eef770a1c397efbdc.tar.bz2
gentoo-2-714649041ce393f44425522eef770a1c397efbdc.zip
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/seyon')
-rw-r--r--x11-misc/seyon/ChangeLog7
-rw-r--r--x11-misc/seyon/seyon-2.20c.ebuild15
2 files changed, 17 insertions, 5 deletions
diff --git a/x11-misc/seyon/ChangeLog b/x11-misc/seyon/ChangeLog
index 62f2bda219ca..8ae3663a67ea 100644
--- a/x11-misc/seyon/ChangeLog
+++ b/x11-misc/seyon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/seyon
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/seyon/ChangeLog,v 1.7 2005/07/26 14:52:50 dholm Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/seyon/ChangeLog,v 1.8 2006/01/21 12:31:50 nelchael Exp $
+
+ 21 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> seyon-2.20c.ebuild:
+ Fixed DEPEND for modular X.
26 Jul 2005; David Holm <dholm@gentoo.org> seyon-2.20c.ebuild:
Added to ~ppc.
diff --git a/x11-misc/seyon/seyon-2.20c.ebuild b/x11-misc/seyon/seyon-2.20c.ebuild
index b64ce887a63d..b8946fad3418 100644
--- a/x11-misc/seyon/seyon-2.20c.ebuild
+++ b/x11-misc/seyon/seyon-2.20c.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/seyon/seyon-2.20c.ebuild,v 1.6 2005/07/26 14:52:50 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/seyon/seyon-2.20c.ebuild,v 1.7 2006/01/21 12:31:50 nelchael Exp $
inherit eutils
@@ -13,7 +13,16 @@ SLOT="0"
KEYWORDS="~ppc x86"
IUSE=""
-DEPEND="virtual/x11"
+RDEPEND="|| ( (
+ x11-libs/libX11
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libXaw
+ x11-libs/libXext
+ x11-libs/libXpm
+ x11-libs/libXp )
+ virtual/x11 )"
+DEPEND="${RDEPEND}"
src_compile() {
epatch ${FILESDIR}/${P}-compile-fix.patch