diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2024-11-11 12:58:23 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2024-11-11 12:58:23 -0500 |
commit | 4b0870cf3e7957bf06b3f6567f096f8eecb20b2c (patch) | |
tree | e46a9ee4c61b32d277594340705fd43baf0e2163 /net-dns/libidn-compat/libidn-compat-1.33.ebuild | |
parent | 03ea7fbb301555ffea5e4bdfb885d7535e86605d (diff) | |
download | gentoo-overlay-4b0870cf3e7957bf06b3f6567f096f8eecb20b2c.tar.xz gentoo-overlay-4b0870cf3e7957bf06b3f6567f096f8eecb20b2c.zip |
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.ebuild | 5 |
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 |