commit: 4fa23210635c5b299113fa6f7a765dc1179f7c55
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 30 20:44:42 2016 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Fri Dec 30 20:45:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fa23210
dev-libs/cryptlib: more EAPI6
Package-Manager: Portage-2.3.0, Repoman-2.3.1
dev-libs/cryptlib/cryptlib-3.4.3-r1.ebuild | 11 +++++------
1 file 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 8902c50..7c8d48a 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}
}