diff options
author | William Hubbs <williamh@gentoo.org> | 2012-10-22 00:34:11 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2012-10-22 00:34:11 +0000 |
commit | 0724a6e673a78ac3f3faa3ddf351829fa66a7b37 (patch) | |
tree | b9ff6b3bb913a6a428869d21a9c7498615905bb5 /sys-auth | |
parent | Backport a number of stability and API bug fixes. (diff) | |
download | gentoo-2-0724a6e673a78ac3f3faa3ddf351829fa66a7b37.tar.gz gentoo-2-0724a6e673a78ac3f3faa3ddf351829fa66a7b37.tar.bz2 gentoo-2-0724a6e673a78ac3f3faa3ddf351829fa66a7b37.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.
(Portage version: 2.2.0_alpha141/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/consolekit/ChangeLog | 10 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-0.4.5_p20120320-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/consolekit/consolekit-0.4.5_p20120320.ebuild | 4 |
3 files changed, 12 insertions, 6 deletions
diff --git a/sys-auth/consolekit/ChangeLog b/sys-auth/consolekit/ChangeLog index 15e198f1c40a..7de911c4b672 100644 --- a/sys-auth/consolekit/ChangeLog +++ b/sys-auth/consolekit/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-auth/consolekit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.138 2012/10/21 13:39:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/ChangeLog,v 1.139 2012/10/22 00:34:11 williamh Exp $ + + 22 Oct 2012; William Hubbs <williamh@gentoo.org> + consolekit-0.4.5_p20120320-r1.ebuild, consolekit-0.4.5_p20120320.ebuild: + 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. 21 Oct 2012; Samuli Suominen <ssuominen@gentoo.org> consolekit-0.4.5_p20120320.ebuild, consolekit-0.4.5_p20120320-r1.ebuild: @@ -585,4 +592,3 @@ 24 Mar 2007; Steev Klimaszewski <steev@gentoo.org> +files/consolekit-0.1.rc, +metadata.xml, +consolekit-0.2.0.ebuild: New package, needed for GDM, but will hopefully soon replace pam_console - diff --git a/sys-auth/consolekit/consolekit-0.4.5_p20120320-r1.ebuild b/sys-auth/consolekit/consolekit-0.4.5_p20120320-r1.ebuild index d918437b8683..27fd6b3e4048 100644 --- a/sys-auth/consolekit/consolekit-0.4.5_p20120320-r1.ebuild +++ b/sys-auth/consolekit/consolekit-0.4.5_p20120320-r1.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-r1.ebuild,v 1.5 2012/10/21 13:39:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/consolekit/consolekit-0.4.5_p20120320-r1.ebuild,v 1.6 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 )" 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 )" |