diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 17:55:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 18:07:54 +0300 |
commit | 31e10991ba8e5e57024203000e2c3c6b5cf99097 (patch) | |
tree | cb9a55f5c1d9ef976aad9b4935166a50f7fe18d4 /dev-cpp | |
parent | media-tv/tvheadend: remove libressl support (diff) | |
download | gentoo-31e10991ba8e5e57024203000e2c3c6b5cf99097.tar.gz gentoo-31e10991ba8e5e57024203000e2c3c6b5cf99097.tar.bz2 gentoo-31e10991ba8e5e57024203000e2c3c6b5cf99097.zip |
dev-cpp/commoncpp2: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.8.1-r4.ebuild | 8 |
1 files 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 d8c63727a4e3..aaa9e49a4ed9 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 ) |