pacho       14/03/20 21:28:58

  Modified:             gdm-3.10.0.1-r1.ebuild ChangeLog
  Log:
  --with-initial-vt=7 conflicts with plymouth, bug #453392 by Jan Vesely
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.2                  gnome-base/gdm/gdm-3.10.0.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/gdm-3.10.0.1-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/gdm-3.10.0.1-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/gdm-3.10.0.1-r1.ebuild?r1=1.1&r2=1.2

Index: gdm-3.10.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.10.0.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gdm-3.10.0.1-r1.ebuild      19 Mar 2014 22:30:35 -0000      1.1
+++ gdm-3.10.0.1-r1.ebuild      20 Mar 2014 21:28:58 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.10.0.1-r1.ebuild,v 1.1 
2014/03/19 22:30:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/gdm-3.10.0.1-r1.ebuild,v 1.2 
2014/03/20 21:28:58 pacho Exp $
 
 EAPI="5"
 GNOME2_LA_PUNT="yes"
@@ -149,12 +149,16 @@
 }
 
 src_configure() {
+       local myconf
        # PAM is the only auth scheme supported
        # even though configure lists shadow and crypt
        # they don't have any corresponding code.
        # --with-at-spi-registryd-directory= needs to be passed explicitly 
because
        # of https://bugzilla.gnome.org/show_bug.cgi?id=607643#c4
        # Xevie is obsolete, bug #482304
+       # --with-initial-vt=7 conflicts with plymouth, bug #453392
+       ! use plymouth && myconf="${myconf} --with-initial-vt=7"
+
        gnome2_src_configure \
                --with-run-dir=/run/gdm \
                --localstatedir="${EPREFIX}"/var \
@@ -176,7 +180,8 @@
                $(systemd_with_unitdir) \
                $(use_with tcpd tcp-wrappers) \
                $(use_with xinerama) \
-               ITSTOOL=$(type -P true)
+               ITSTOOL=$(type -P true) \
+               ${myconf}
 }
 
 src_install() {



1.397                gnome-base/gdm/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/ChangeLog?rev=1.397&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/ChangeLog?rev=1.397&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gdm/ChangeLog?r1=1.396&r2=1.397

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v
retrieving revision 1.396
retrieving revision 1.397
diff -u -r1.396 -r1.397
--- ChangeLog   19 Mar 2014 22:30:35 -0000      1.396
+++ ChangeLog   20 Mar 2014 21:28:58 -0000      1.397
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/gdm
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.396 2014/03/19 
22:30:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gdm/ChangeLog,v 1.397 2014/03/20 
21:28:58 pacho Exp $
+
+  20 Mar 2014; Pacho Ramos <pa...@gentoo.org> gdm-3.10.0.1-r1.ebuild:
+  --with-initial-vt=7 conflicts with plymouth, bug #453392 by Jan Vesely
 
 *gdm-3.10.0.1-r1 (19 Mar 2014)
 




Reply via email to