mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
xfce-extra/xfce4-weather-plugin: Depend on net-libs/libsoup[ssl]
Norwegian data provider serves data over HTTPS. Upstream source code has hard-coded HTTPS URLs passed into libsoup functions. This could emerge without SSL support enabled in libsoup, but would not function without it. Explicitly requiring SSL USE on libsoup dependency. Closes: https://bugs.gentoo.org/593358 Closes: https://github.com/gentoo/gentoo/pull/6704 Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
committed by
Michał Górny
parent
eaf21e2ef0
commit
be9c46be54
@@ -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
|
||||
@@ -16,7 +16,7 @@ IUSE="upower"
|
||||
|
||||
RDEPEND=">=dev-libs/glib-2.20:=
|
||||
dev-libs/libxml2:=
|
||||
>=net-libs/libsoup-2.32:=
|
||||
>=net-libs/libsoup-2.32:=[ssl]
|
||||
>=x11-libs/gtk+-2.14:2=
|
||||
>=xfce-base/libxfce4ui-4.10:=
|
||||
>=xfce-base/libxfce4util-4.10:=
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -14,7 +14,7 @@ IUSE="upower"
|
||||
|
||||
RDEPEND=">=dev-libs/glib-2.20:=
|
||||
dev-libs/libxml2:=
|
||||
>=net-libs/libsoup-2.32:=
|
||||
>=net-libs/libsoup-2.32:=[ssl]
|
||||
>=x11-libs/gtk+-2.14:2=
|
||||
>=xfce-base/libxfce4ui-4.10:=
|
||||
>=xfce-base/libxfce4util-4.10:=
|
||||
|
||||
Reference in New Issue
Block a user