Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-control-center/
Date: Tue, 09 Jan 2018 02:01:50
Message-Id: 1515434035.e1643c062300cb1771eb0b0804aed40e73170901.leio@gentoo
1 commit: e1643c062300cb1771eb0b0804aed40e73170901
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 17:52:39 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 17:53:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1643c06
7
8 gnome-base/gnome-control-center: guarantee a working Night Light functionality
9
10 Night Light isn't behind USE=colord (not optional), but requires
11 gnome-settings-daemon[colord], so unconditionally depend on that.
12
13 Raise cups dep to 1.7 while here, as it uses an enum constant introduced there
14 and we don't backport the fix for that from gnome-3-24 branch. No practical
15 difference, as there is no such old version in-tree anymore.
16
17 Closes: https://bugs.gentoo.org/619298
18 Package-Manager: Portage-2.3.19, Repoman-2.3.6
19
20 .../gnome-control-center/gnome-control-center-3.24.3.ebuild | 8 ++++----
21 1 file changed, 4 insertions(+), 4 deletions(-)
22
23 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
24 index b7fe8aa31c0..4f53c91e092 100644
25 --- a/gnome-base/gnome-control-center/gnome-control-center-3.24.3.ebuild
26 +++ b/gnome-base/gnome-control-center/gnome-control-center-3.24.3.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 +# Copyright 1999-2018 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=6
33 @@ -24,7 +24,7 @@ QA_CONFIGURE_OPTIONS=".*"
34 # kerberos unfortunately means mit-krb5; build fails with heimdal
35 # udev could be made optional, only conditions gsd-device-panel
36 # (mouse, keyboards, touchscreen, etc)
37 -# display panel requires colord
38 +# display panel requires colord and gnome-settings-daemon[colord]
39 # printer panel requires cups and smbclient (the latter is not patch yet to be separately optional)
40 COMMON_DEPEND="
41 >=dev-libs/glib-2.44.0:2[dbus]
42 @@ -32,7 +32,7 @@ COMMON_DEPEND="
43 >=x11-libs/gtk+-3.22.0:3[X,wayland?]
44 >=gnome-base/gsettings-desktop-schemas-3.21.4
45 >=gnome-base/gnome-desktop-3.21.2:3=
46 - >=gnome-base/gnome-settings-daemon-3.23.90[colord?,policykit]
47 + >=gnome-base/gnome-settings-daemon-3.23.90[colord,policykit]
48 >=x11-misc/colord-0.1.34:0=
49
50 >=dev-libs/libpwquality-1.2.2
51 @@ -59,7 +59,7 @@ COMMON_DEPEND="
52 >=x11-misc/colord-0.1.34:0=
53 >=x11-libs/colord-gtk-0.1.24 )
54 cups? (
55 - >=net-print/cups-1.4[dbus]
56 + >=net-print/cups-1.7[dbus]
57 >=net-fs/samba-4.0.0[client]
58 )
59 gnome-online-accounts? (