dev-libs/openssl: Revbump to remove "disable-deprecated" option.
authorLars Wendler <polynomial-c@gentoo.org>
Fri, 16 Mar 2018 10:33:09 +0000 (11:33 +0100)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 16 Mar 2018 10:41:01 +0000 (11:41 +0100)
It breaks too many revdeps and many upstreams are not really eager to fix
them because "it works with deprecated features".

Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-libs/openssl/openssl-1.1.0g-r3.ebuild [moved from dev-libs/openssl/openssl-1.1.0g-r2.ebuild with 98% similarity]

similarity index 98%
rename from dev-libs/openssl/openssl-1.1.0g-r2.ebuild
rename to dev-libs/openssl/openssl-1.1.0g-r3.ebuild
index b782dea17bfbf13880ad602c76264220abf96cf7..61e2b4b945c690dc86912fb6569c7061b2cfce74 100644 (file)
@@ -173,13 +173,14 @@ multilib_src_configure() {
 
        # Fedora hobbled-EC needs 'no-ec2m'
        # 'srp' was restricted until early 2017 as well.
+       # "disable-deprecated" option breaks too many consumers.
+       # Don't set it without thorough revdeps testing.
        echoit \
        ./${config} \
                ${sslout} \
                --api=1.0.0 \
                $(use cpu_flags_x86_sse2 || echo "no-sse2") \
                enable-camellia \
-               disable-deprecated \
                enable-ec \
                $(use_ssl !bindist ec2m) \
                enable-srp \