commit:     683bcd59182fad1dacf7b86466461ed9f7392271
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 14:58:37 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=683bcd59

app-text/podofo: remove libressl support

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

 app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild 
b/app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild
index 722fcecb298..bedcfa62231 100644
--- a/app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild
+++ b/app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild
@@ -14,16 +14,14 @@ SRC_URI="https://dev.gentoo.org/~zmedico/dist/${P}.tar.xz";
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0/${PV%_*}"
 KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
-IUSE="+boost idn libressl debug test +tools"
+IUSE="+boost idn debug test +tools"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${LUA_REQUIRED_USE}
        test? ( tools )"
 
 RDEPEND="${LUA_DEPS}
        idn? ( net-dns/libidn:= )
-       !libressl? ( dev-libs/openssl:0= )
-       libressl? ( dev-libs/libressl:0= )
-       media-libs/fontconfig:=
+       dev-libs/openssl:0=
        media-libs/freetype:2=
        virtual/jpeg:0=
        media-libs/libpng:0=
@@ -44,11 +42,6 @@ src_prepare() {
        cmake_src_prepare
        local x sed_args
 
-       if use libressl; then
-               sed -e 's:^#ifdef PODOFO_HAVE_OPENSSL_1_1$:#ifndef 
PODOFO_HAVE_OPENSSL_1_1:' \
-                        -i tools/podofosign/podofosign.cpp || die #663602
-       fi
-
        # bug 620934 - Disable linking with cppunit when possible, since it
        # triggers errors with some older compilers.
        use test || sed -e 's:^FIND_PACKAGE(CppUnit):#\0:' -i CMakeLists.txt || 
die

Reply via email to