diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-07-01 06:47:40 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-07-01 06:47:40 +0000 |
commit | 55854966c745498590f4562b7c880387bb912a8d (patch) | |
tree | 2498f8082b38b7194690ce1c37db7f6acc1baeb3 /x11-apps | |
parent | Wrap binutils dep in !alpha till they stable it (diff) | |
download | gentoo-2-55854966c745498590f4562b7c880387bb912a8d.tar.gz gentoo-2-55854966c745498590f4562b7c880387bb912a8d.tar.bz2 gentoo-2-55854966c745498590f4562b7c880387bb912a8d.zip |
Add USE=minimal to avoid pulling in deps for the fallbacks.
(Portage version: 2.1.1_pre1-r5)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xinit/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xinit/xinit-1.0.2-r6.ebuild | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog index de880286540e..4c3dfaa1bfba 100644 --- a/x11-apps/xinit/ChangeLog +++ b/x11-apps/xinit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xinit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.59 2006/07/01 00:48:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.60 2006/07/01 06:47:40 spyderous Exp $ + + 01 Jul 2006; Donnie Berkholz <spyderous@gentoo.org>; + xinit-1.0.2-r6.ebuild: + Add USE=minimal to avoid pulling in deps for the fallbacks. 01 Jul 2006; Mike Frysinger <vapier@gentoo.org> files/startDM.sh: Use cooler bash syntax. diff --git a/x11-apps/xinit/xinit-1.0.2-r6.ebuild b/x11-apps/xinit/xinit-1.0.2-r6.ebuild index 082077d5de16..c7630128fad3 100644 --- a/x11-apps/xinit/xinit-1.0.2-r6.ebuild +++ b/x11-apps/xinit/xinit-1.0.2-r6.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-apps/xinit/xinit-1.0.2-r6.ebuild,v 1.5 2006/06/30 23:56:58 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.2-r6.ebuild,v 1.6 2006/07/01 06:47:40 spyderous Exp $ # Must be before x-modular eclass is inherited # This is enabled due to modified Makefile.am from the patches @@ -10,10 +10,11 @@ inherit x-modular pam DESCRIPTION="X.Org xinit application" KEYWORDS="alpha amd64 arm ~hppa ~ia64 mips ppc ppc64 ~s390 sh sparc x86 ~x86-fbsd" +IUSE="minimal" RDEPEND="x11-libs/libX11 - x11-wm/twm + !minimal? ( x11-wm/twm x11-apps/xclock - x11-apps/xrdb" + x11-apps/xrdb )" DEPEND="${RDEPEND}" PDEPEND="x11-terms/xterm" LICENSE="${LICENSE} GPL-2" |