summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2013-02-13 22:37:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2013-02-13 22:37:15 +0000
commitea9499e424e3bb1e1dc605410e5b803abf88804b (patch)
treec19f20bad2be79dc0d5870be8d0de6815dccd316 /sys-fs/udev
parentVersion bump to 1.12.0 by Gorelov Grigory. Fixes bug #457158. (diff)
downloadgentoo-2-ea9499e424e3bb1e1dc605410e5b803abf88804b.tar.gz
gentoo-2-ea9499e424e3bb1e1dc605410e5b803abf88804b.tar.bz2
gentoo-2-ea9499e424e3bb1e1dc605410e5b803abf88804b.zip
pass --disable-polkit too, since it was added to git
(Portage version: 2.2.0_alpha162/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs/udev')
-rw-r--r--sys-fs/udev/ChangeLog7
-rw-r--r--sys-fs/udev/udev-9999.ebuild3
2 files changed, 8 insertions, 2 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index f16a480944ad..42d2fa6885c4 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.828 2013/02/09 23:00:03 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.829 2013/02/13 22:37:15 ssuominen Exp $
+
+ 13 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> udev-9999.ebuild:
+ Update to use --disable-polkit flag, see:
+ http://cgit.freedesktop.org/systemd/systemd/commit/?id=46ba8aae2b82bc5c87ba34
+ 7e6bf914ecd5e9d51e
09 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> udev-197-r4.ebuild:
arm/ppc64 stable wrt #452556
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
index 4637f7ab4339..a44d98c7dc45 100644
--- a/sys-fs/udev/udev-9999.ebuild
+++ b/sys-fs/udev/udev-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.175 2013/02/09 20:47:16 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.176 2013/02/13 22:37:15 ssuominen Exp $
EAPI=4
@@ -227,6 +227,7 @@ src_configure()
--disable-timedated
--disable-xz
--disable-silent-rules
+ --disable-polkit
$(use_enable acl)
$(use_enable doc gtk-doc)
$(use_enable gudev)