From 5515cd769a32b617b591d5f58ff9e5a7e8bf7a6b Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 2 Mar 2026 07:24:18 +0000 Subject: [PATCH] dev-libs/libbsd: Sync with Gentoo It's from Gentoo commit 31d2a94eac6e785ae20e003c849ed66f2f3a90bc. Signed-off-by: Flatcar Buildbot --- .../portage-stable/dev-libs/libbsd/libbsd-0.11.8.ebuild | 4 ++-- .../portage-stable/dev-libs/libbsd/libbsd-0.12.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libbsd/libbsd-0.11.8.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libbsd/libbsd-0.11.8.ebuild index e7a2a69a2b..aed6dacbad 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/libbsd/libbsd-0.11.8.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libbsd/libbsd-0.11.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -46,7 +46,7 @@ multilib_src_configure() { multilib_src_install() { emake DESTDIR="${D}" install # always strip due to libbsd-ctor.a - strip-lto-bytecode #"${ED}" + strip-lto-bytecode "${ED}" find "${ED}" -type f -name "*.la" -delete || die diff --git a/sdk_container/src/third_party/portage-stable/dev-libs/libbsd/libbsd-0.12.1.ebuild b/sdk_container/src/third_party/portage-stable/dev-libs/libbsd/libbsd-0.12.1.ebuild index ae39adf3ff..ef9d3a8af7 100644 --- a/sdk_container/src/third_party/portage-stable/dev-libs/libbsd/libbsd-0.12.1.ebuild +++ b/sdk_container/src/third_party/portage-stable/dev-libs/libbsd/libbsd-0.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -44,7 +44,7 @@ multilib_src_configure() { multilib_src_install() { emake DESTDIR="${D}" install # always strip due to libbsd-ctor.a - strip-lto-bytecode #"${ED}" + strip-lto-bytecode "${ED}" find "${ED}" -type f -name "*.la" -delete || die