Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-weather-plugin/
Date: Mon, 01 Jan 2018 10:11:29
Message-Id: 1514801395.be9c46be54dc722a886d44f2076877f6f35c833f.mgorny@gentoo
1 commit: be9c46be54dc722a886d44f2076877f6f35c833f
2 Author: Rob Levitsky <kitsunenokenja <AT> protonmail <DOT> ch>
3 AuthorDate: Mon Jan 1 05:27:03 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 10:09:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9c46be
7
8 xfce-extra/xfce4-weather-plugin: Depend on net-libs/libsoup[ssl]
9
10 Norwegian data provider serves data over HTTPS. Upstream source code has
11 hard-coded HTTPS URLs passed into libsoup functions. This could emerge
12 without SSL support enabled in libsoup, but would not function without
13 it. Explicitly requiring SSL USE on libsoup dependency.
14
15 Closes: https://bugs.gentoo.org/593358
16 Closes: https://github.com/gentoo/gentoo/pull/6704
17 Package-Manager: Portage-2.3.13, Repoman-2.3.3
18
19 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild | 4 ++--
20 xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild | 4 ++--
21 2 files changed, 4 insertions(+), 4 deletions(-)
22
23 diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
24 index 97a0bc7666e..4d48ca2c078 100644
25 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.ebuild
26 +++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.10.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 @@ -16,7 +16,7 @@ IUSE="upower"
34
35 RDEPEND=">=dev-libs/glib-2.20:=
36 dev-libs/libxml2:=
37 - >=net-libs/libsoup-2.32:=
38 + >=net-libs/libsoup-2.32:=[ssl]
39 >=x11-libs/gtk+-2.14:2=
40 >=xfce-base/libxfce4ui-4.10:=
41 >=xfce-base/libxfce4util-4.10:=
42
43 diff --git a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild
44 index 26e6e4e51df..da90c786d10 100644
45 --- a/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild
46 +++ b/xfce-extra/xfce4-weather-plugin/xfce4-weather-plugin-0.8.9.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2016 Gentoo Foundation
49 +# Copyright 1999-2018 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53 @@ -14,7 +14,7 @@ IUSE="upower"
54
55 RDEPEND=">=dev-libs/glib-2.20:=
56 dev-libs/libxml2:=
57 - >=net-libs/libsoup-2.32:=
58 + >=net-libs/libsoup-2.32:=[ssl]
59 >=x11-libs/gtk+-2.14:2=
60 >=xfce-base/libxfce4ui-4.10:=
61 >=xfce-base/libxfce4util-4.10:=