summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-09-21 07:53:47 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-09-21 07:53:47 +0000
commit8a4f18d889b17f3adddf20645e269cb8bfc13bf5 (patch)
tree3624c4167f7024964c542ae4e6f2d2804dc491f3 /x11-apps/xinit
parentVersion bump, bug #282687, thank Coderoar for report. Took maintenance. Remov... (diff)
downloadgentoo-2-8a4f18d889b17f3adddf20645e269cb8bfc13bf5.tar.gz
gentoo-2-8a4f18d889b17f3adddf20645e269cb8bfc13bf5.tar.bz2
gentoo-2-8a4f18d889b17f3adddf20645e269cb8bfc13bf5.zip
Disable automagicness. Per bug #285741.
(Portage version: 2.2_rc38/cvs/Linux i686)
Diffstat (limited to 'x11-apps/xinit')
-rw-r--r--x11-apps/xinit/ChangeLog6
-rw-r--r--x11-apps/xinit/xinit-1.0.8-r7.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-apps/xinit/ChangeLog b/x11-apps/xinit/ChangeLog
index e31aee5578af..8676c536930f 100644
--- a/x11-apps/xinit/ChangeLog
+++ b/x11-apps/xinit/ChangeLog
@@ -1,6 +1,10 @@
# 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.137 2009/09/19 14:27:21 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.138 2009/09/21 07:53:47 scarabeus Exp $
+
+ 21 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ xinit-1.0.8-r7.ebuild:
+ Disable automagicness. Per bug #285741.
19 Sep 2009; Tomáš Chvátal <scarabeus@gentoo.org>
xinit-1.0.8-r7.ebuild, metadata.xml:
diff --git a/x11-apps/xinit/xinit-1.0.8-r7.ebuild b/x11-apps/xinit/xinit-1.0.8-r7.ebuild
index d049166d21d2..ed15fb330f26 100644
--- a/x11-apps/xinit/xinit-1.0.8-r7.ebuild
+++ b/x11-apps/xinit/xinit-1.0.8-r7.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-r7.ebuild,v 1.3 2009/09/19 20:54:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.0.8-r7.ebuild,v 1.4 2009/09/21 07:53:47 scarabeus Exp $
EAPI="2"
@@ -40,7 +40,7 @@ PATCHES=( "${FILESDIR}"/nolisten-tcp-and-black-background.patch
"${FILESDIR}"/xinit-1.0.4-console-kit.patch )
pkg_setup() {
- CONFIGURE_OPTIONS="$(use_with hal consolekit)"
+ CONFIGURE_OPTIONS="$(use_with consolekit)"
}
src_prepare() {