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 0546F138330 for ; Tue, 9 Jan 2018 02:01:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB5D5E099C; Tue, 9 Jan 2018 02:00:14 +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 AACABE097B for ; Tue, 9 Jan 2018 02:00:14 +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 486653411C5 for ; Mon, 8 Jan 2018 18:02:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4053186 for ; Mon, 8 Jan 2018 18:02:24 +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: <1515434035.e1643c062300cb1771eb0b0804aed40e73170901.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-control-center/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-control-center/gnome-control-center-3.24.3.ebuild X-VCS-Directories: gnome-base/gnome-control-center/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e1643c062300cb1771eb0b0804aed40e73170901 X-VCS-Branch: master Date: Mon, 8 Jan 2018 18:02:24 +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: 656d7d85-0d93-48ff-a958-b9f598749d9e X-Archives-Hash: 4a640c605e6bb91c602ff8ad49a9c52b commit: e1643c062300cb1771eb0b0804aed40e73170901 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Jan 8 17:52:39 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jan 8 17:53:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1643c06 gnome-base/gnome-control-center: guarantee a working Night Light functionality Night Light isn't behind USE=colord (not optional), but requires gnome-settings-daemon[colord], so unconditionally depend on that. Raise cups dep to 1.7 while here, as it uses an enum constant introduced there and we don't backport the fix for that from gnome-3-24 branch. No practical difference, as there is no such old version in-tree anymore. Closes: https://bugs.gentoo.org/619298 Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../gnome-control-center/gnome-control-center-3.24.3.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnome-base/gnome-control-center/gnome-control-center-3.24.3.ebuild b/gnome-base/gnome-control-center/gnome-control-center-3.24.3.ebuild index b7fe8aa31c0..4f53c91e092 100644 --- a/gnome-base/gnome-control-center/gnome-control-center-3.24.3.ebuild +++ b/gnome-base/gnome-control-center/gnome-control-center-3.24.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ QA_CONFIGURE_OPTIONS=".*" # kerberos unfortunately means mit-krb5; build fails with heimdal # udev could be made optional, only conditions gsd-device-panel # (mouse, keyboards, touchscreen, etc) -# display panel requires colord +# display panel requires colord and gnome-settings-daemon[colord] # printer panel requires cups and smbclient (the latter is not patch yet to be separately optional) COMMON_DEPEND=" >=dev-libs/glib-2.44.0:2[dbus] @@ -32,7 +32,7 @@ COMMON_DEPEND=" >=x11-libs/gtk+-3.22.0:3[X,wayland?] >=gnome-base/gsettings-desktop-schemas-3.21.4 >=gnome-base/gnome-desktop-3.21.2:3= - >=gnome-base/gnome-settings-daemon-3.23.90[colord?,policykit] + >=gnome-base/gnome-settings-daemon-3.23.90[colord,policykit] >=x11-misc/colord-0.1.34:0= >=dev-libs/libpwquality-1.2.2 @@ -59,7 +59,7 @@ COMMON_DEPEND=" >=x11-misc/colord-0.1.34:0= >=x11-libs/colord-gtk-0.1.24 ) cups? ( - >=net-print/cups-1.4[dbus] + >=net-print/cups-1.7[dbus] >=net-fs/samba-4.0.0[client] ) gnome-online-accounts? (