summaryrefslogtreecommitdiff
path: root/net-dns/libidn-compat/libidn-compat-1.33.ebuild
diff options
context:
space:
mode:
authorAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2024-11-11 12:58:23 -0500
committerAlex Xu (Hello71) <alex_y_xu@yahoo.ca>2024-11-11 12:58:23 -0500
commit4b0870cf3e7957bf06b3f6567f096f8eecb20b2c (patch)
treee46a9ee4c61b32d277594340705fd43baf0e2163 /net-dns/libidn-compat/libidn-compat-1.33.ebuild
parent03ea7fbb301555ffea5e4bdfb885d7535e86605d (diff)
downloadgentoo-overlay-4b0870cf3e7957bf06b3f6567f096f8eecb20b2c.tar.xz
gentoo-overlay-4b0870cf3e7957bf06b3f6567f096f8eecb20b2c.zip
net-dns/libidn-compat: update to EAPI=8, remove patchesHEADmaster
file 404, and seems arch linux doesn't apply these
Diffstat (limited to 'net-dns/libidn-compat/libidn-compat-1.33.ebuild')
-rw-r--r--net-dns/libidn-compat/libidn-compat-1.33.ebuild5
1 files changed, 1 insertions, 4 deletions
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