commit: 476a7c075c689161a076e520f50a7ec0bdc76d2a Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr> AuthorDate: Mon Sep 7 19:56:55 2020 +0000 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 13:53:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=476a7c07
dev-libs/libstrophe: remove .a files Closes: https://bugs.gentoo.org/724898 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr> Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org> dev-libs/libstrophe/libstrophe-0.9.2.ebuild | 4 ++-- dev-libs/libstrophe/libstrophe-0.9.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/libstrophe/libstrophe-0.9.2.ebuild b/dev-libs/libstrophe/libstrophe-0.9.2.ebuild index f95cbfb67f5..e370927cb13 100644 --- a/dev-libs/libstrophe/libstrophe-0.9.2.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -42,5 +42,5 @@ src_compile() { src_install() { default use doc && dodoc -r examples - find "${D}" -name '*.la' -delete || die + find "${D}" -name '*.la' -o -name '*.a' -delete || die } diff --git a/dev-libs/libstrophe/libstrophe-0.9.3.ebuild b/dev-libs/libstrophe/libstrophe-0.9.3.ebuild index 5323315dc71..be09401f2e9 100644 --- a/dev-libs/libstrophe/libstrophe-0.9.3.ebuild +++ b/dev-libs/libstrophe/libstrophe-0.9.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -41,5 +41,5 @@ src_compile() { src_install() { default use doc && dodoc -r examples - find "${D}" -name '*.la' -delete || die + find "${D}" -name '*.la' -o -name '*.a' -delete || die }