logo

overlay

My (experimental) gentoo overlay
commit: 5889d1d16dbbbef7a3f909f362e6a1ba64b6bffb
parent: 26e3d134751b14641b67bc15b4f62c03c4339f89
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 23 Mar 2019 22:42:01 +0100

net-libs/glib-networking: Add USE=ssl for libsoup ebuild

Diffstat:

Mnet-libs/glib-networking/glib-networking-2.60.0.1.ebuild4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net-libs/glib-networking/glib-networking-2.60.0.1.ebuild b/net-libs/glib-networking/glib-networking-2.60.0.1.ebuild @@ -11,9 +11,11 @@ SRC_URI="https://ftp.gnome.org/pub/GNOME/sources/${PN}/$(ver_cut 1-2)/${P}.tar.x LICENSE="LGPL-2.1+" SLOT="0" -IUSE="gnome gnutls +libproxy libressl +openssl test" +IUSE="gnome gnutls +libproxy libressl +openssl test ssl" KEYWORDS="~amd64" +REQUIRED_USE="ssl? ( || ( gnutls openssl ) )" + DEPEND=" >=dev-libs/glib-2.55.1:2 libproxy? ( >=net-libs/libproxy-0.3.1:= )