commit:     31e10991ba8e5e57024203000e2c3c6b5cf99097
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 14:55:38 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 15:07:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e10991

dev-cpp/commoncpp2: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild 
b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild
index d8c63727a4e..aaa9e49a4ed 100644
--- a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild
+++ b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc ppc64 x86"
-IUSE="debug doc examples gnutls ipv6 libressl ssl static-libs"
+IUSE="debug doc examples gnutls ipv6 ssl static-libs"
 
 RDEPEND="
        sys-libs/zlib:=
@@ -22,8 +22,7 @@ RDEPEND="
                        net-libs/gnutls:=
                )
                !gnutls? (
-                       !libressl? ( dev-libs/openssl:0= )
-                       libressl? ( dev-libs/libressl:0= )
+                       dev-libs/openssl:0=
                )
        )"
 DEPEND="${RDEPEND}
@@ -38,7 +37,6 @@ PATCHES=(
        "${FILESDIR}/1.8.1-libgcrypt.patch"
        "${FILESDIR}/1.8.1-fix-c++14.patch"
        "${FILESDIR}/1.8.1-gnutls-3.4.patch"
-       "${FILESDIR}/1.8.1-libressl.patch" # bug 674416
        "${FILESDIR}/1.8.1-fix-gcc9.patch" # bug 686012
 )
 

Reply via email to