summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2016-12-30 22:44:42 +0200
committerAlon Bar-Lev <alonbl@gentoo.org>2016-12-30 22:45:00 +0200
commit4fa23210635c5b299113fa6f7a765dc1179f7c55 (patch)
tree8caa11fc7af0831d5024cb26f64d23f679033b8a /dev-libs/cryptlib
parentdev-libs/cryptlib: cleanup (diff)
downloadgentoo-4fa23210635c5b299113fa6f7a765dc1179f7c55.tar.gz
gentoo-4fa23210635c5b299113fa6f7a765dc1179f7c55.tar.bz2
gentoo-4fa23210635c5b299113fa6f7a765dc1179f7c55.zip
dev-libs/cryptlib: more EAPI6
Package-Manager: Portage-2.3.0, Repoman-2.3.1
Diffstat (limited to 'dev-libs/cryptlib')
-rw-r--r--dev-libs/cryptlib/cryptlib-3.4.3-r1.ebuild11
1 files changed, 5 insertions, 6 deletions
diff --git a/dev-libs/cryptlib/cryptlib-3.4.3-r1.ebuild b/dev-libs/cryptlib/cryptlib-3.4.3-r1.ebuild
index 8902c50027d3..7c8d48ad9da4 100644
--- a/dev-libs/cryptlib/cryptlib-3.4.3-r1.ebuild
+++ b/dev-libs/cryptlib/cryptlib-3.4.3-r1.ebuild
@@ -31,6 +31,11 @@ RDEPEND="sys-libs/zlib
DEPEND="${RDEPEND}
app-arch/unzip"
+PATCHES=(
+ "${FILESDIR}/${P}-build.patch"
+ "${FILESDIR}/${P}-zlib.patch"
+)
+
src_unpack() {
# we need the -a option, so we can not use 'unpack'
unzip -qoa "${DISTDIR}/cl${MY_PV}.zip" || die
@@ -66,12 +71,6 @@ src_prepare() {
# Fix version number of shared library.
sed -i -e 's/PLV="2"/PLV="3"/' tools/buildall.sh || die "sed tools/buildall.sh failed"
- # Respect LDFLAGS and fix soname and strip issues.
- epatch "${FILESDIR}/${P}-build.patch"
-
- # Use external zlib.
- epatch "${FILESDIR}/${P}-zlib.patch"
-
wrap_python ${FUNCNAME}
}