commit: 31d2a94eac6e785ae20e003c849ed66f2f3a90bc Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Wed Jan 14 06:39:58 2026 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Wed Jan 14 13:47:53 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31d2a94e
dev-libs/libbsd: fix erroneous dot-a.eclass commented-out usage I have no idea where the comment char came from but it totally defeats the purpose of using it. Fixes: 364bead27d48aee14736e76d03c3ce6f72f73e9f Closes: https://bugs.gentoo.org/962783 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-libs/libbsd/libbsd-0.11.8.ebuild | 4 ++-- dev-libs/libbsd/libbsd-0.12.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/libbsd/libbsd-0.11.8.ebuild b/dev-libs/libbsd/libbsd-0.11.8.ebuild index e7a2a69a2b26..aed6dacbad15 100644 --- a/dev-libs/libbsd/libbsd-0.11.8.ebuild +++ b/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/dev-libs/libbsd/libbsd-0.12.1.ebuild b/dev-libs/libbsd/libbsd-0.12.1.ebuild index ae39adf3ff90..ef9d3a8af7d9 100644 --- a/dev-libs/libbsd/libbsd-0.12.1.ebuild +++ b/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
