From: "Christoph Junghans" <ottxor@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/factory/
Date: Thu, 22 Jan 2015 00:09:39 +0000 (UTC) [thread overview]
Message-ID: <1421652596.48e131e52959d28d2a4775d1d9ac177cda59c77f.ottxor@gentoo> (raw)
commit: 48e131e52959d28d2a4775d1d9ac177cda59c77f
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Jan 19 07:29:56 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Mon Jan 19 07:29:56 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=48e131e5
sci-libs/factory-3.1.1-r2: Improve removal of static libs
---
sci-libs/factory/factory-3.1.1-r2.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/sci-libs/factory/factory-3.1.1-r2.ebuild b/sci-libs/factory/factory-3.1.1-r2.ebuild
index d3622fc..ada5536 100644
--- a/sci-libs/factory/factory-3.1.1-r2.ebuild
+++ b/sci-libs/factory/factory-3.1.1-r2.ebuild
@@ -42,7 +42,5 @@ src_install() {
# Passing --disable-static to configure won't disable the build of static libs,
# as libtool isn't used. Therefore the static libs are deleted after installed to ${D}.
- if ! use static-libs; then
- find "${D}" -type f -name "*.a" -delete || die
- fi
+ use !static-libs || find "${ED}" -type f -name "*.a" -delete || die
}
next reply other threads:[~2015-01-22 0:09 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-22 0:09 Christoph Junghans [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-09-21 17:44 [gentoo-commits] proj/sci:master commit in: sci-libs/factory/ Justin Lecher
2015-01-22 0:09 Christoph Junghans
2015-01-22 0:09 Christoph Junghans
2015-01-22 0:09 Christoph Junghans
2015-01-22 0:09 Christoph Junghans
2015-01-22 0:09 Christoph Junghans
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=1421652596.48e131e52959d28d2a4775d1d9ac177cda59c77f.ottxor@gentoo \
--to=ottxor@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