From 4b32dda896c4a3aec4e2a19877581bf660807a9c Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 24 Apr 2023 07:15:05 +0000 Subject: [PATCH] sys-apps/diffutils: Sync with Gentoo It's from Gentoo commit f833da19cac0473a6799fdfe68a827a29e1aae95. --- .../sys-apps/diffutils/diffutils-3.9-r1.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/diffutils/diffutils-3.9-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/diffutils/diffutils-3.9-r1.ebuild index 87c7e4f06f..44589c8405 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/diffutils/diffutils-3.9-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/diffutils/diffutils-3.9-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/diffutils.asc -inherit flag-o-matic verify-sig +inherit verify-sig DESCRIPTION="Tools to make diffs and compare files" HOMEPAGE="https://www.gnu.org/software/diffutils/" @@ -25,7 +25,7 @@ fi LICENSE="GPL-2" SLOT="0" -IUSE="nls static" +IUSE="nls" BDEPEND=" nls? ( sys-devel/gettext ) @@ -45,8 +45,6 @@ src_prepare() { } src_configure() { - use static && append-ldflags -static - # Disable automagic dependency over libsigsegv; see bug #312351. export ac_cv_libsigsegv=no