Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 573936 - net-misc/wget: please add slot operator on net-libs/gnutls
Summary: net-misc/wget: please add slot operator on net-libs/gnutls
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2016-02-05 14:09 UTC by Thomas Deutschmann (RETIRED)
Modified: 2016-03-02 05:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2016-02-05 14:09:45 UTC
In preparation of the net-libs/gnutls upgrade from gnutls-3.3 to gnutls-3.4 please add a slot operator on net-libs/gnutls so that emerge will trigger a rebuild event for net-misc/wget when the user upgrades to >=net-libs/gnutls-3.4:

--- wget-1.17.1.ebuild.old      2016-02-05 15:07:31.000000000 +0100
+++ wget-1.17.1.ebuild  2016-02-05 15:07:54.000000000 +0100
@@ -20,7 +20,7 @@
 LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] )
        pcre? ( dev-libs/libpcre[static-libs(+)] )
        ssl? (
-               gnutls? ( net-libs/gnutls[static-libs(+)] )
+               gnutls? ( net-libs/gnutls:0=[static-libs(+)] )
                !gnutls? (
                        !libressl? ( dev-libs/openssl:0[static-libs(+)] )
                        libressl? ( dev-libs/libressl[static-libs(+)] )