From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5DB6F139694 for ; Fri, 14 Jul 2017 08:52:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEC541FC057; Fri, 14 Jul 2017 08:52:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC3A31FC057 for ; Fri, 14 Jul 2017 08:52:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4407341A3F for ; Fri, 14 Jul 2017 08:52:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9D3D74BD for ; Fri, 14 Jul 2017 08:52:07 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1500022270.10113e35e8dd748c59069b2b39b55be43917b9a0.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gdm/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gdm/gdm-3.24.2.ebuild X-VCS-Directories: gnome-base/gdm/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 10113e35e8dd748c59069b2b39b55be43917b9a0 X-VCS-Branch: master Date: Fri, 14 Jul 2017 08:52:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: db7721e4-4c07-474e-ac69-46120ac24e93 X-Archives-Hash: 8be33ed7d1342567699d679fc3a365ef commit: 10113e35e8dd748c59069b2b39b55be43917b9a0 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Jul 14 08:25:06 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Fri Jul 14 08:51:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10113e35 gnome-base/gdm-3.24.2: Sync in changes done over time in the 3.22 series Package-Manager: Portage-2.3.5, Repoman-2.3.2 gnome-base/gdm/gdm-3.24.2.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/gnome-base/gdm/gdm-3.24.2.ebuild b/gnome-base/gdm/gdm-3.24.2.ebuild index ec6a3c0e22b..3ce0f556026 100644 --- a/gnome-base/gdm/gdm-3.24.2.ebuild +++ b/gnome-base/gdm/gdm-3.24.2.ebuild @@ -15,7 +15,7 @@ SRC_URI="${SRC_URI} LICENSE=" GPL-2+ - branding? ( CC-Sampling-Plus-1.0 ) + branding? ( CC-BY-SA-4.0 ) " SLOT="0" @@ -48,10 +48,10 @@ COMMON_DEPEND=" x11-libs/libXdmcp x11-libs/libXext x11-libs/libXft - >=x11-misc/xdg-utils-1.0.2-r3 x11-libs/libxcb - virtual/pam + >=x11-misc/xdg-utils-1.0.2-r3 + virtual/pam >=sys-apps/systemd-186:0=[pam] sys-auth/pambase[systemd] @@ -148,6 +148,7 @@ src_configure() { gnome2_src_configure \ --enable-gdm-xsession \ + --enable-user-display-server \ --with-run-dir=/run/gdm \ --localstatedir="${EPREFIX}"/var \ --disable-static \ @@ -208,9 +209,4 @@ pkg_postinst() { eend ${ret} readme.gentoo_print_elog - - if ! version_is_at_least 3.16.0 ${REPLACING_VERSIONS}; then - ewarn "GDM will now use a new TTY per logged user as explained at:" - ewarn "https://wiki.gentoo.org/wiki/Project:GNOME/GNOME3-Troubleshooting#GDM_.3E.3D_3.16_opens_one_graphical_session_per_user" - fi }