From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5624B138A1A for ; Thu, 22 Jan 2015 00:09:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A2EDE085D; Thu, 22 Jan 2015 00:09:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C08FE0864 for ; Thu, 22 Jan 2015 00:09:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08F4F34071E for ; Thu, 22 Jan 2015 00:09:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9F7D10174 for ; Thu, 22 Jan 2015 00:09:39 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1421574052.036a5301d99d546433c7bc6f06ca8bdbbeed1725.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/factory/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/factory/factory-3.1.1-r2.ebuild X-VCS-Directories: sci-libs/factory/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 036a5301d99d546433c7bc6f06ca8bdbbeed1725 X-VCS-Branch: master Date: Thu, 22 Jan 2015 00:09:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 792d7265-573a-49b3-a5fe-ca4e25f5ca0a X-Archives-Hash: 12e86ccba7bcefd89c1df463b40ae2b1 commit: 036a5301d99d546433c7bc6f06ca8bdbbeed1725 Author: Marius Brehler linux sungazer de> AuthorDate: Sun Jan 18 09:40:52 2015 +0000 Commit: Christoph Junghans gentoo 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