diff options
author | 2012-10-22 00:34:21 +0000 | |
---|---|---|
committer | 2012-10-22 00:34:21 +0000 | |
commit | 714e5ed034ec714e55868c0b815f45ccbeb38807 (patch) | |
tree | 1ee60ab4b5b60fb92f63fd2fe1bcd22f12ff070e /sys-auth/consolekit/consolekit-0.4.5_p20120320.ebuild | |
parent | Backport a number of stability and API bug fixes. (diff) | |
download | historical-714e5ed034ec714e55868c0b815f45ccbeb38807.tar.gz historical-714e5ed034ec714e55868c0b815f45ccbeb38807.tar.bz2 historical-714e5ed034ec714e55868c0b815f45ccbeb38807.zip |
Emergency fix:
I was told that the revision number 99 in the udev blockers makes it
impossible to install consolekit with stable udev when using the
desktop profiles. I have dropped the udev revision number in the blocker to 8,
which is the last valid stable udev revision instead of 99.
Package-Manager: portage-2.2.0_alpha141/cvs/Linux i686
Manifest-Sign-Key: 0x30C46538
Diffstat (limited to 'sys-auth/consolekit/consolekit-0.4.5_p20120320.ebuild')
-rw-r--r-- | sys-auth/consolekit/consolekit-0.4.5_p20120320.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/consolekit/consolekit-0.4.5_p20120320.ebuild b/sys-auth/consolekit/consolekit-0.4.5_p20120320.ebuild index f9e279192483..15f3ef691951 100644 --- a/sys-auth/consolekit/consolekit-0.4.5_p20120320.ebuild +++ b/sys-auth/consolekit/consolekit-0.4.5_p20120320.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.5_p20120320.ebuild,v 1.16 2012/10/21 13:39:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.5_p20120320.ebuild,v 1.17 2012/10/22 00:34:11 williamh Exp $ EAPI=4 inherit autotools eutils linux-info pam systemd @@ -29,7 +29,7 @@ COMMON_DEPEND=">=dev-libs/dbus-glib-0.98 acl? ( sys-apps/acl >=sys-fs/udev-146-r1 - !<sys-fs/udev-171-r99[extras] + !<sys-fs/udev-171-r8[extras] ) pam? ( virtual/pam ) policykit? ( >=sys-auth/polkit-0.104-r1 )" |