diff options
author | 2006-01-21 12:34:08 +0000 | |
---|---|---|
committer | 2006-01-21 12:34:08 +0000 | |
commit | 19c16214978888b09d3dfcf0133809ee52e0c06c (patch) | |
tree | 76fbc57e68d48dbdcdb89c638e846dfd2e91875b /x11-misc/seyon | |
parent | Version bump for new scripts to stop udev from starting init scripts (diff) | |
download | historical-19c16214978888b09d3dfcf0133809ee52e0c06c.tar.gz historical-19c16214978888b09d3dfcf0133809ee52e0c06c.tar.bz2 historical-19c16214978888b09d3dfcf0133809ee52e0c06c.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/seyon')
-rw-r--r-- | x11-misc/seyon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/seyon/seyon-2.20c.ebuild | 15 |
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 |