public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-common-lb/
Date: Tue, 29 Dec 2020 16:40:14 +0000 (UTC)	[thread overview]
Message-ID: <1609260004.40b5831adadd55442b152c2080d8871cb7cfc6e9.soap@gentoo> (raw)

commit:     40b5831adadd55442b152c2080d8871cb7cfc6e9
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Dec 29 16:40:04 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Dec 29 16:40:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40b5831a

net-print/cndrvcups-common-lb: Respect AR, prune static-libs

Closes: https://github.com/gentoo/gentoo/pull/18868
Closes: https://bugs.gentoo.org/762235
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild
index b6566cc425d..03e2dcc952f 100644
--- a/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild
+++ b/net-print/cndrvcups-common-lb/cndrvcups-common-lb-3.70.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools
+inherit autotools toolchain-funcs
 
 MY_PV="$(ver_rs 1- '')"
 SOURCES_NAME="linux-UFRII-drv-v${MY_PV}-uken"
@@ -75,7 +75,7 @@ src_configure() {
 }
 
 src_compile() {
-	change_dir emake
+	change_dir emake AR="$(tc-getAR)"
 
 	# Cannot be moved to 'change_dir' as it doesn't need eautoreconf
 	cd "${S}/c3plmod_ipc" || die
@@ -114,4 +114,6 @@ src_install() {
 	if [[ "$(get_libdir)" != lib ]] && [[ ${SYMLINK_LIB} = yes ]]; then
 		dosym "../$(get_libdir)/libc3pl.so" /usr/lib/libc3pl.so
 	fi
+
+	find "${ED}" -name '*.la' -o -name '*.a' -delete || die
 }


             reply	other threads:[~2020-12-29 16:40 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-29 16:40 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-30 13:03 [gentoo-commits] repo/gentoo:master commit in: net-print/cndrvcups-common-lb/ David Seifert
2021-04-12  1:09 Sam James
2021-04-02 14:01 Sam James
2021-03-16 19:57 Sam James
2021-01-07 12:24 Sam James
2021-01-07 11:33 Sam James
2020-12-30 11:10 David Seifert
2019-10-20 10:18 Pacho Ramos
2019-10-20 10:14 Pacho Ramos
2019-04-02  6:39 Pacho Ramos
2019-03-28  7:16 Mikle Kolyada
2019-02-24  9:11 Pacho Ramos
2018-11-12 18:54 Mikle Kolyada
2018-11-12  1:14 Thomas Deutschmann
2018-11-11 13:59 Pacho Ramos
2018-11-11 13:59 Pacho Ramos
2018-09-28 11:49 Mikle Kolyada
2018-09-15 11:58 Pacho Ramos
2018-02-27 19:31 Pacho Ramos
2017-09-05 18:36 Pacho Ramos
2017-09-05 18:36 Pacho Ramos
2017-07-27  8:35 Pacho Ramos
2015-12-31 12:38 Pacho Ramos
2015-11-21 11:27 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1609260004.40b5831adadd55442b152c2080d8871cb7cfc6e9.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox