summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-dns/libidn-compat/Manifest1
-rw-r--r--net-dns/libidn-compat/libidn-compat-1.33.ebuild5
2 files changed, 1 insertions, 5 deletions
diff --git a/net-dns/libidn-compat/Manifest b/net-dns/libidn-compat/Manifest
index 43e891c..8be52ee 100644
--- a/net-dns/libidn-compat/Manifest
+++ b/net-dns/libidn-compat/Manifest
@@ -1,2 +1 @@
-DIST libidn-1.33-security_backports-01.tar.xz 3420 BLAKE2B c0311d83dee53b83bceab7777e9508ffdc2737e31eec71dc7e67b29ee75cdcef8558db0e89d857ed8c402980fdd7c3419fbb123eba91dddc2358a06684114811 SHA512 e925d20c9258b47821d444c563c75f09f003d1c6b367c934a808242ce4c259ff83e9d67e886cb3e832117df1cd9cae4b18417c48fbf9c77266ab379d3afcd4f4
DIST libidn-1.33.tar.gz 3501056 BLAKE2B ce6319dc61dd825cf7ddb33f4279c178709e16ce2815c3d1a464bba6b5c6cc493107a10a686f349247a0d6023b1b834a650046e68da9f2f559870dba13a59384 SHA512 38dd459eaeda0c9e3cc2d24d967113515a499747550a2a9157f32357def90d71a3a3b52398e96a44a28cd5948dc353b0473c4ff0453a69720191c4cb49cac2c6
diff --git a/net-dns/libidn-compat/libidn-compat-1.33.ebuild b/net-dns/libidn-compat/libidn-compat-1.33.ebuild
index cda239e..ae8027a 100644
--- a/net-dns/libidn-compat/libidn-compat-1.33.ebuild
+++ b/net-dns/libidn-compat/libidn-compat-1.33.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit autotools multilib-minimal libtool
MY_PN=libidn
@@ -11,7 +11,6 @@ DESCRIPTION="Internationalized Domain Names (IDN) implementation"
HOMEPAGE="https://www.gnu.org/software/libidn/"
SRC_URI="
mirror://gnu/libidn/${MY_P}.tar.gz
- https://dev.gentoo.org/~polynomial-c/${MY_P}-security_backports-01.tar.xz
"
LICENSE="GPL-2 GPL-3 LGPL-3"
@@ -29,8 +28,6 @@ S="${WORKDIR}/${MY_P}"
src_prepare() {
default
- eapply "${WORKDIR}"/patches
-
# breaks eautoreconf
sed '/AM_INIT_AUTOMAKE/s@ -Werror@@' -i configure.ac || die
# Breaks build because --disable-gtk-doc* gets ignored