diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-05-12 08:34:29 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2008-05-12 08:34:29 +0000 |
commit | c9bb79bebdff2286112285fde9ca820c8412907f (patch) | |
tree | 1b396e6f2cfd383478a07dac66a3576997d7e311 /x11-misc/seyon | |
parent | Add an ewarn message noting the move of the XSESSION setting to an env.d file. (diff) | |
download | gentoo-2-c9bb79bebdff2286112285fde9ca820c8412907f.tar.gz gentoo-2-c9bb79bebdff2286112285fde9ca820c8412907f.tar.bz2 gentoo-2-c9bb79bebdff2286112285fde9ca820c8412907f.zip |
Fix RDEPEND, see bug #221433.
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'x11-misc/seyon')
-rw-r--r-- | x11-misc/seyon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/seyon/seyon-2.20c.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/x11-misc/seyon/ChangeLog b/x11-misc/seyon/ChangeLog index a4e33ae2ac85..41672ba10757 100644 --- a/x11-misc/seyon/ChangeLog +++ b/x11-misc/seyon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/seyon -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/seyon/ChangeLog,v 1.11 2007/07/22 03:55:54 dberkholz Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/seyon/ChangeLog,v 1.12 2008/05/12 08:34:29 nelchael Exp $ + + 12 May 2008; Krzysiek Pawlik <nelchael@gentoo.org> seyon-2.20c.ebuild: + Fix RDEPEND, see bug #221435. 22 Jul 2007; Donnie Berkholz <dberkholz@gentoo.org>; seyon-2.20c.ebuild: Drop virtual/x11 references. diff --git a/x11-misc/seyon/seyon-2.20c.ebuild b/x11-misc/seyon/seyon-2.20c.ebuild index f92bf33f1588..70299067a010 100644 --- a/x11-misc/seyon/seyon-2.20c.ebuild +++ b/x11-misc/seyon/seyon-2.20c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.10 2007/07/22 03:55:54 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/seyon/seyon-2.20c.ebuild,v 1.11 2008/05/12 08:34:29 nelchael Exp $ inherit eutils @@ -13,16 +13,16 @@ SLOT="0" KEYWORDS="~ppc x86" IUSE="" -RDEPEND="app-text/rman - x11-misc/imake - x11-libs/libX11 +RDEPEND="x11-libs/libX11 x11-libs/libXmu x11-libs/libXt x11-libs/libXaw x11-libs/libXext x11-libs/libXpm x11-libs/libXp" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + app-text/rman + x11-misc/imake" src_compile() { epatch ${FILESDIR}/${P}-compile-fix.patch |