summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-02-15 11:01:04 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-02-15 11:01:04 +0000
commite8654a284047ee3156e9d5bcfc1a65484d327973 (patch)
treeeeec85eab9fec685c2742c67704011a33c960e6e /x11-apps/xinit
parentversion bump (diff)
downloadgentoo-2-e8654a284047ee3156e9d5bcfc1a65484d327973.tar.gz
gentoo-2-e8654a284047ee3156e9d5bcfc1a65484d327973.tar.bz2
gentoo-2-e8654a284047ee3156e9d5bcfc1a65484d327973.zip
Make xterm optional, thanks dberkholz
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r--x11-apps/xinit/ChangeLog5
-rw-r--r--x11-apps/xinit/xinit-1.0.3-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index b218de523c24..67edba7b6e05 100644
--- a/x11-apps/xinit/ChangeLog
+++ b/x11-apps/xinit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-apps/xinit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.74 2007/01/17 14:56:29 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.75 2007/02/15 11:01:04 genstef Exp $
+
+ 14 Feb 2007; <genstef@gentoo.org> xinit-1.0.3-r1.ebuild:
+ Make xterm optional
*xinit-1.0.3-r1 (17 Jan 2007)
diff --git a/x11-apps/xinit/xinit-1.0.3-r1.ebuild b/x11-apps/xinit/xinit-1.0.3-r1.ebuild
index 45dfc534c120..ccd4015a08bd 100644
--- a/x11-apps/xinit/xinit-1.0.3-r1.ebuild
+++ b/x11-apps/xinit/xinit-1.0.3-r1.ebuild
@@ -1,6 +1,6 @@
# 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.3-r1.ebuild,v 1.1 2007/01/17 14:56:29 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.3-r1.ebuild,v 1.2 2007/02/15 11:01:04 genstef Exp $
# Must be before x-modular eclass is inherited
# This is enabled due to modified Makefile.am from the patches
@@ -21,7 +21,7 @@ RDEPEND="x11-apps/xauth
x11-apps/xrdb
x11-apps/xsm )"
DEPEND="${RDEPEND}"
-PDEPEND="x11-terms/xterm"
+PDEPEND="!minimal? ( x11-terms/xterm )"
PATCHES="${FILESDIR}/nolisten-tcp-and-black-background.patch
${FILESDIR}/gentoo-startx-customization-0.99.4.patch"