commit: 58e726cedc57f56d84d1fd7f3a208ef718dac64c Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jul 17 14:09:15 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jul 17 15:24:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58e726ce
dev-lang/bas: remove static libs Closes: https://bugs.gentoo.org/958063 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-lang/bas/{bas-2.6-r1.ebuild => bas-2.6-r2.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-lang/bas/bas-2.6-r1.ebuild b/dev-lang/bas/bas-2.6-r2.ebuild similarity index 86% rename from dev-lang/bas/bas-2.6-r1.ebuild rename to dev-lang/bas/bas-2.6-r2.ebuild index c2350ef50fd4..5f2dc6c633f6 100644 --- a/dev-lang/bas/bas-2.6-r1.ebuild +++ b/dev-lang/bas/bas-2.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,6 +41,7 @@ src_configure() { src_install() { default + find "${ED}" -name "*.a" -delete || die "failed to remove static libs" docinto pdf dodoc ./bas.pdf
