summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-07-28 17:35:18 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-07-28 17:35:18 +0000
commitf96b30c83036150f2ea671cd33d06f288790ff61 (patch)
treeeb853db9a134524f09b90ecf8156ef31b623bf36 /gnome-base/gdm
parentWe don't need autogen with a pristine snapshot. (diff)
downloadgentoo-2-f96b30c83036150f2ea671cd33d06f288790ff61.tar.gz
gentoo-2-f96b30c83036150f2ea671cd33d06f288790ff61.tar.bz2
gentoo-2-f96b30c83036150f2ea671cd33d06f288790ff61.zip
Add missing configure switch to handle fallback mode.
(Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-base/gdm')
-rw-r--r--gnome-base/gdm/ChangeLog5
-rw-r--r--gnome-base/gdm/gdm-3.8.3.1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/gnome-base/gdm/ChangeLog b/gnome-base/gdm/ChangeLog
index 77c11412090e..cad52abba3ea 100644
--- a/gnome-base/gdm/ChangeLog
+++ b/gnome-base/gdm/ChangeLog
@@ -1,6 +1,9 @@
# 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.376 2013/07/28 12:38:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.377 2013/07/28 17:35:18 eva Exp $
+
+ 28 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> gdm-3.8.3.1.ebuild:
+ Add missing configure switch to handle fallback mode.
28 Jul 2013; Pacho Ramos <pacho@gentoo.org> gdm-3.8.3.1.ebuild:
Tell people that they need to run systemd
diff --git a/gnome-base/gdm/gdm-3.8.3.1.ebuild b/gnome-base/gdm/gdm-3.8.3.1.ebuild
index 9b0c117000e7..8687b4e9a3ee 100644
--- a/gnome-base/gdm/gdm-3.8.3.1.ebuild
+++ b/gnome-base/gdm/gdm-3.8.3.1.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.8.3.1.ebuild,v 1.4 2013/07/28 12:38:23 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.8.3.1.ebuild,v 1.5 2013/07/28 17:35:18 eva Exp $
EAPI="5"
GNOME2_LA_PUNT="yes"
@@ -167,6 +167,7 @@ src_configure() {
--without-console-kit \
$(use_with accessibility xevie) \
$(use_with audit libaudit) \
+ $(use_enable fallback fallback-greeter) \
$(use_enable ipv6) \
$(use_with plymouth) \
$(use_with selinux) \