summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2013-03-14 04:29:23 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2013-03-14 04:29:23 +0000
commitda43bf5cecaa1b3e950b90e71207d7087a99eabb (patch)
treedcde3ca9127f422e00058c650d8df682a2fb00e5 /gnome-base
parentEAPI bump to 5 (diff)
downloadgentoo-2-da43bf5cecaa1b3e950b90e71207d7087a99eabb.tar.gz
gentoo-2-da43bf5cecaa1b3e950b90e71207d7087a99eabb.tar.bz2
gentoo-2-da43bf5cecaa1b3e950b90e71207d7087a99eabb.zip
Remove unnecessary dependency on consolekit[pam] and pam[consolekit], thanks to Samuli Suominen (bug #461688).
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gdm/ChangeLog6
-rw-r--r--gnome-base/gdm/gdm-3.6.2.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/gnome-base/gdm/ChangeLog b/gnome-base/gdm/ChangeLog
index 0ff283a31809..5d711aa12d15 100644
--- a/gnome-base/gdm/ChangeLog
+++ b/gnome-base/gdm/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gdm
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.367 2013/03/07 08:26:50 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.368 2013/03/14 04:29:23 tetromino Exp $
+
+ 14 Mar 2013; Alexandre Rostovtsev <tetromino@gentoo.org> gdm-3.6.2.ebuild:
+ Remove unnecessary dependency on consolekit[pam] and pam[consolekit], thanks
+ to Samuli Suominen (bug #461688).
07 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> metadata.xml:
Remove unused or redundant USE flag description.
diff --git a/gnome-base/gdm/gdm-3.6.2.ebuild b/gnome-base/gdm/gdm-3.6.2.ebuild
index 66cd88e7ec3e..427864135f66 100644
--- a/gnome-base/gdm/gdm-3.6.2.ebuild
+++ b/gnome-base/gdm/gdm-3.6.2.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/gnome-base/gdm/gdm-3.6.2.ebuild,v 1.8 2013/02/02 22:33:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.6.2.ebuild,v 1.9 2013/03/14 04:29:23 tetromino Exp $
EAPI="5"
GNOME2_LA_PUNT="yes"
@@ -52,11 +52,11 @@ COMMON_DEPEND="
>=x11-misc/xdg-utils-1.0.2-r3
virtual/pam
- sys-auth/pambase[consolekit?,systemd?]
+ sys-auth/pambase[systemd?]
accessibility? ( x11-libs/libXevie )
audit? ( sys-process/audit )
- consolekit? ( sys-auth/consolekit[pam] )
+ consolekit? ( sys-auth/consolekit )
introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
plymouth? ( sys-boot/plymouth )
selinux? ( sys-libs/libselinux )