commit: 036a5301d99d546433c7bc6f06ca8bdbbeed1725
Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sun Jan 18 09:40:52 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Jan 18 09:40:52 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=036a5301
Add sci-libs/factory-3.1.1-r2: Adjust comment on static libs
---
sci-libs/factory/factory-3.1.1-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sci-libs/factory/factory-3.1.1-r2.ebuild
b/sci-libs/factory/factory-3.1.1-r2.ebuild
index a549a75..d3622fc 100644
--- a/sci-libs/factory/factory-3.1.1-r2.ebuild
+++ b/sci-libs/factory/factory-3.1.1-r2.ebuild
@@ -40,7 +40,8 @@ src_configure() {
src_install() {
autotools-utils_src_install
- # We cannot disable the build of static libs, so delete after installed
to ${D}
+ # 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