From 55854966c745498590f4562b7c880387bb912a8d Mon Sep 17 00:00:00 2001 From: Donnie Berkholz Date: Sat, 1 Jul 2006 06:47:40 +0000 Subject: Add USE=minimal to avoid pulling in deps for the fallbacks. (Portage version: 2.1.1_pre1-r5) --- x11-apps/xinit/ChangeLog | 6 +++++- x11-apps/xinit/xinit-1.0.2-r6.ebuild | 7 ++++--- 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'x11-apps/xinit') 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 ; + xinit-1.0.2-r6.ebuild: + Add USE=minimal to avoid pulling in deps for the fallbacks. 01 Jul 2006; Mike Frysinger 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" -- cgit v1.2.3-65-gdbad