diff options
Diffstat (limited to 'x11-apps/xinit/xinit-1.0.2-r6.ebuild')
-rw-r--r-- | x11-apps/xinit/xinit-1.0.2-r6.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-apps/xinit/xinit-1.0.2-r6.ebuild b/x11-apps/xinit/xinit-1.0.2-r6.ebuild index c7a97536a895..bf8564b8b61f 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 +# Copyright 1999-2007 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.12 2006/10/10 23:55:19 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.2-r6.ebuild,v 1.13 2007/03/04 16:28:36 joshuabaergen Exp $ # Must be before x-modular eclass is inherited # This is enabled due to modified Makefile.am from the patches @@ -15,13 +15,13 @@ KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="minimal" RDEPEND="x11-apps/xauth - x11-libs/libX11 + x11-libs/libX11" +DEPEND="${RDEPEND}" +PDEPEND="x11-terms/xterm !minimal? ( x11-wm/twm x11-apps/xclock x11-apps/xrdb x11-apps/xsm )" -DEPEND="${RDEPEND}" -PDEPEND="x11-terms/xterm" PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch ${FILESDIR}/gentoo-startx-customization-0.99.4.patch |