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 4C764138334 for ; Wed, 27 Feb 2019 00:11:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26AB2E085D; Wed, 27 Feb 2019 00:11:37 +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 D9FC6E085D for ; Wed, 27 Feb 2019 00:11:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 16F01335CDD for ; Wed, 27 Feb 2019 00:11:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E90754C for ; Wed, 27 Feb 2019 00:11:33 +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: <1551226233.ee6e41722f0ced5ca96fddf51a4ff07f6a3ce787.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.3-r1.ebuild gnome-base/gdm/gdm-3.26.2.1-r1.ebuild X-VCS-Directories: gnome-base/gdm/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ee6e41722f0ced5ca96fddf51a4ff07f6a3ce787 X-VCS-Branch: master Date: Wed, 27 Feb 2019 00:11:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f9a16731-af03-4142-8109-6f66fafe7426 X-Archives-Hash: 993efc55f321a911432d0b00c0327708 commit: ee6e41722f0ced5ca96fddf51a4ff07f6a3ce787 Author: Mart Raudsepp gentoo org> AuthorDate: Wed Feb 27 00:10:29 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Wed Feb 27 00:10:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee6e4172 gnome-base/gdm: require older gnome-settings-daemon for older gdm org.gnome.SettingsDaemon.A11yKeyboard is a required component in gentoo.org> gnome-base/gdm/gdm-3.24.3-r1.ebuild | 4 +++- gnome-base/gdm/gdm-3.26.2.1-r1.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gnome-base/gdm/gdm-3.24.3-r1.ebuild b/gnome-base/gdm/gdm-3.24.3-r1.ebuild index b434e40bb94..7ffffd45c01 100644 --- a/gnome-base/gdm/gdm-3.24.3-r1.ebuild +++ b/gnome-base/gdm/gdm-3.24.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,12 +28,14 @@ KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh x86" # nspr used by smartcard extension # dconf, dbus and g-s-d are needed at install time for dconf update # We need either systemd or >=openrc-0.12 to restart gdm properly, bug #463784 +# Requires org.gnome.SettingsDaemon.A11yKeyboard component which doesn't exist in 3.28 COMMON_DEPEND=" app-text/iso-codes >=dev-libs/glib-2.36:2[dbus] >=x11-libs/gtk+-2.91.1:3 >=gnome-base/dconf-0.20 >=gnome-base/gnome-settings-daemon-3.1.4 + =media-libs/fontconfig-2.5.0:1.0 >=media-libs/libcanberra-0.4[gtk3] diff --git a/gnome-base/gdm/gdm-3.26.2.1-r1.ebuild b/gnome-base/gdm/gdm-3.26.2.1-r1.ebuild index c0da4dfdaff..5d46e881520 100644 --- a/gnome-base/gdm/gdm-3.26.2.1-r1.ebuild +++ b/gnome-base/gdm/gdm-3.26.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -28,12 +28,14 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~x86" # nspr used by smartcard extension # dconf, dbus and g-s-d are needed at install time for dconf update # We need either systemd or >=openrc-0.12 to restart gdm properly, bug #463784 +# Requires org.gnome.SettingsDaemon.A11yKeyboard component which doesn't exist in 3.28 COMMON_DEPEND=" app-text/iso-codes >=dev-libs/glib-2.36:2[dbus] >=x11-libs/gtk+-2.91.1:3 >=gnome-base/dconf-0.20 >=gnome-base/gnome-settings-daemon-3.1.4 + =media-libs/fontconfig-2.5.0:1.0 >=media-libs/libcanberra-0.4[gtk3]