summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 17:58:37 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 18:07:54 +0300
commit683bcd59182fad1dacf7b86466461ed9f7392271 (patch)
treec2491c45f1e99baad974d0b0a7207aba5f05fa0b /app-text
parentapp-text/qpdf: remove libressl support (diff)
downloadgentoo-683bcd59182fad1dacf7b86466461ed9f7392271.tar.gz
gentoo-683bcd59182fad1dacf7b86466461ed9f7392271.tar.bz2
gentoo-683bcd59182fad1dacf7b86466461ed9f7392271.zip
app-text/podofo: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/podofo/podofo-0.9.6_p20190928-r100.ebuild11
1 files 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 722fcecb298b..bedcfa62231e 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