Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582926 - net-ftp/lftp - set sub-SLOT operators on net-libs/gnutls and dev-libs/openssl dependencies
Summary: net-ftp/lftp - set sub-SLOT operators on net-libs/gnutls and dev-libs/openssl...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2016-05-13 16:09 UTC by Thomas Deutschmann (RETIRED)
Modified: 2016-05-14 07:39 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-05-13 16:09:46 UTC
net-libs/gnutls-3.5.0:0/30::gentoo update changed soname of libgnutls.so; this triggered a @preserved-libs event for net-ftp/lftp.

Please consider adding a slot operator on the net-libs/gnutls and dev-libs/openssl atom in the next revbump of net-ftp/lftp so that an update of net-libs/gnutls or dev-libs/openssl will trigger a rebuild of net-ftp/lftp when necessary.

Something like:

diff --git a/net-ftp/lftp/lftp-4.7.1.ebuild b/net-ftp/lftp/lftp-4.7.1.ebuild
index 3a58816..e7dec1a 100644
--- a/net-ftp/lftp/lftp-4.7.1.ebuild
+++ b/net-ftp/lftp/lftp-4.7.1.ebuild
@@ -33,8 +33,8 @@ RDEPEND="
                virtual/pam
        )
        ssl? (
-               gnutls? ( >=net-libs/gnutls-1.2.3 )
-               openssl? ( dev-libs/openssl:0 )
+               gnutls? ( >=net-libs/gnutls-1.2.3:0= )
+               openssl? ( dev-libs/openssl:0= )
        )
        verify-file? (
                dev-perl/String-CRC32

Thanks!