summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-09-21 10:12:53 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-09-21 10:12:53 +0000
commit6bf59f78432df73c1e51eca127ec117aa8223f4c (patch)
tree06629264500fc66cff5b4d76d82ba4ecf0d6ef3a /x11-apps
parentAdding USE="modules" to all Linux profiles to link with new linux-mod behavio... (diff)
downloadgentoo-2-6bf59f78432df73c1e51eca127ec117aa8223f4c.tar.gz
gentoo-2-6bf59f78432df73c1e51eca127ec117aa8223f4c.tar.bz2
gentoo-2-6bf59f78432df73c1e51eca127ec117aa8223f4c.zip
Remove not required dependencies (aka kill hal useflag). Per #g-dev discussion.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xinit/ChangeLog7
-rw-r--r--x11-apps/xinit/xinit-1.0.8-r8.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index a81f56c6900c..dce3c29d12e4 100644
--- a/x11-apps/xinit/ChangeLog
+++ b/x11-apps/xinit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xinit
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.139 2009/09/21 08:00:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.140 2009/09/21 10:12:53 scarabeus Exp $
+
+ 21 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ xinit-1.0.8-r8.ebuild:
+ Remove not required dependencies (aka kill hal useflag). Per #g-dev
+ discussion.
*xinit-1.0.8-r8 (21 Sep 2009)
diff --git a/x11-apps/xinit/xinit-1.0.8-r8.ebuild b/x11-apps/xinit/xinit-1.0.8-r8.ebuild
index 88bcbbf0ace3..fa7f7dd27b31 100644
--- a/x11-apps/xinit/xinit-1.0.8-r8.ebuild
+++ b/x11-apps/xinit/xinit-1.0.8-r8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r8.ebuild,v 1.1 2009/09/21 08:00:33 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r8.ebuild,v 1.2 2009/09/21 10:12:53 scarabeus Exp $
EAPI="2"
@@ -14,15 +14,14 @@ DESCRIPTION="X Window System initializer"
LICENSE="${LICENSE} GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="consolekit hal minimal pam"
+IUSE="consolekit minimal pam"
RDEPEND="
x11-apps/xauth
x11-libs/libX11
- hal? ( sys-apps/hal sys-apps/dbus[X] )
consolekit? (
sys-auth/consolekit
- hal? ( sys-apps/hal[consolekit] )
+ sys-apps/dbus[X]
)
"
DEPEND="${RDEPEND}"