From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A62D21382C5 for ; Sun, 28 Mar 2021 01:14:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D29E7E0863; Sun, 28 Mar 2021 01:14:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E4C5E0845 for ; Sun, 28 Mar 2021 01:14:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26913340DE1 for ; Sun, 28 Mar 2021 01:14:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EBE4635 for ; Sun, 28 Mar 2021 01:14:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616894026.df351896f691c7dd8b6724f3055bff4f0a18df8a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf-cxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild X-VCS-Directories: sci-libs/netcdf-cxx/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df351896f691c7dd8b6724f3055bff4f0a18df8a X-VCS-Branch: master Date: Sun, 28 Mar 2021 01:14:42 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 28e11022-8228-4d7f-a364-d92202424b53 X-Archives-Hash: 885a9bafdf0c38e4473c48903e078d05 commit: df351896f691c7dd8b6724f3055bff4f0a18df8a Author: Sam James gentoo org> AuthorDate: Sat Mar 27 23:56:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 28 01:13:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df351896 sci-libs/netcdf-cxx: drop static-libs Signed-off-by: Sam James gentoo.org> sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild index e029c4ea6b3..abbec52bd2a 100644 --- a/sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild +++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Unidata/netcdf-cxx4/archive/v${PV}.tar.gz -> ${P}.ta LICENSE="UCAR-Unidata" SLOT="0/1" KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" -IUSE="examples static-libs" +IUSE="examples" RDEPEND=">=sci-libs/netcdf-4.2:=[hdf5]" DEPEND="${RDEPEND}" @@ -22,7 +22,7 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/${MYP}" src_configure() { - econf $(use_enable static-libs static) + econf --disable-static } src_install() {