diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-12-27 13:50:07 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-12-27 13:50:07 +0000 |
commit | 0dcd9742746bd73ce0665d336be37a15510591ab (patch) | |
tree | 15ef70b91a31bbc8e86ec0855a6c743ac4338f1f /gnome-base/gdm | |
parent | Version bump (diff) | |
download | gentoo-2-0dcd9742746bd73ce0665d336be37a15510591ab.tar.gz gentoo-2-0dcd9742746bd73ce0665d336be37a15510591ab.tar.bz2 gentoo-2-0dcd9742746bd73ce0665d336be37a15510591ab.zip |
Fix invalid configure switch, bug #348543.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/gdm')
-rw-r--r-- | gnome-base/gdm/ChangeLog | 5 | ||||
-rw-r--r-- | gnome-base/gdm/gdm-2.20.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/gdm/ChangeLog b/gnome-base/gdm/ChangeLog index 0810abc01750..1731326a4bcb 100644 --- a/gnome-base/gdm/ChangeLog +++ b/gnome-base/gdm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for gnome-base/gdm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.334 2010/11/24 13:15:18 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.335 2010/12/27 13:50:07 eva Exp $ + + 27 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> gdm-2.20.11.ebuild: + Fix invalid configure switch, bug #348543. 24 Nov 2010; Gilles Dartiguelongue <eva@gentoo.org> -gdm-2.20.10-r2.ebuild: Clean up old revision. diff --git a/gnome-base/gdm/gdm-2.20.11.ebuild b/gnome-base/gdm/gdm-2.20.11.ebuild index ce948a4caf0a..b0a19a8f70c5 100644 --- a/gnome-base/gdm/gdm-2.20.11.ebuild +++ b/gnome-base/gdm/gdm-2.20.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.20.11.ebuild,v 1.9 2010/11/11 11:48:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-2.20.11.ebuild,v 1.10 2010/12/27 13:50:07 eva Exp $ EAPI="2" @@ -73,9 +73,9 @@ pkg_setup() { --with-xdmcp=yes --with-pam-prefix=/etc SOUND_PROGRAM=/usr/bin/gdmplay - $(use_enable accessibility xevie) $(use_enable ipv6) $(use_enable remote secureremote) + $(use_with accessibility xevie) $(use_with consolekit console-kit) $(use_with dmx) $(use_with selinux) |