diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2006-03-30 08:58:15 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2006-03-30 08:58:15 +0000 |
commit | 128077ff3b122fbc069404b415e08155c1b50cc7 (patch) | |
tree | 0846578228a7c35fbbeceae56228da724d6ad02b /x11-misc/xse | |
parent | Dependency on openafs-kernel changed to latest available revision of given ve... (diff) | |
download | gentoo-2-128077ff3b122fbc069404b415e08155c1b50cc7.tar.gz gentoo-2-128077ff3b122fbc069404b415e08155c1b50cc7.tar.bz2 gentoo-2-128077ff3b122fbc069404b415e08155c1b50cc7.zip |
fix mod x deps
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-misc/xse')
-rw-r--r-- | x11-misc/xse/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xse/xse-2.1.ebuild | 10 |
2 files changed, 12 insertions, 3 deletions
diff --git a/x11-misc/xse/ChangeLog b/x11-misc/xse/ChangeLog index 042368203c23..8a0fc4efc168 100644 --- a/x11-misc/xse/ChangeLog +++ b/x11-misc/xse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xse # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.5 2006/03/16 13:15:08 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/ChangeLog,v 1.6 2006/03/30 08:58:15 taviso Exp $ + + 30 Mar 2006; Tavis Ormandy <taviso@gentoo.org> xse-2.1.ebuild: + modular x deps #128083 16 Mar 2006; Caleb Tennis <caleb@gentoo.org> xse-2.0.ebuild, xse-2.1.ebuild: diff --git a/x11-misc/xse/xse-2.1.ebuild b/x11-misc/xse/xse-2.1.ebuild index c9b2a4059890..6ef045273fcd 100644 --- a/x11-misc/xse/xse-2.1.ebuild +++ b/x11-misc/xse/xse-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.2 2006/03/16 13:15:08 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xse/xse-2.1.ebuild,v 1.3 2006/03/30 08:58:15 taviso Exp $ inherit eutils @@ -11,7 +11,13 @@ LICENSE="X11" SLOT="0" KEYWORDS="~x86 ~ppc" IUSE="" -DEPEND="|| ( x11-libs/libXt virtual/x11 )" +DEPEND="|| ( ( + x11-misc/imake + x11-libs/libXt + x11-misc/gccmakedep + app-text/rman + ) virtual/x11 + )" src_compile() { xmkmf -a &> /dev/null || die |