sys-apps/sed: regenerate autoconf to get a Modern C fix in

There are also some suppressions that are going to be added to portage
itself for gnulib checks that are *expected* to fail. Backported to
sys-apps/portage.

[sam: Revbump.]

Closes: https://bugs.gentoo.org/900382
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-05-17 02:05:59 -04:00
committed by Sam James
parent d7f5be28d0
commit 93f46f4f8d

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/sed.asc
inherit flag-o-matic verify-sig
inherit autotools flag-o-matic verify-sig
DESCRIPTION="Super-useful stream editor"
HOMEPAGE="https://www.gnu.org/software/sed/"
@@ -33,6 +33,12 @@ DEPEND="${RDEPEND}
BDEPEND="nls? ( sys-devel/gettext )
verify-sig? ( sec-keys/openpgp-keys-sed )"
src_prepare() {
default
# Modern C fixes from latest autotools. bug #900382
eautoreconf
}
src_configure() {
use static && append-ldflags -static