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 941161382C5 for ; Mon, 8 Jun 2020 11:57:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8C3DE088C; Mon, 8 Jun 2020 11:57:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7FEDFE088C for ; Mon, 8 Jun 2020 11:57:36 +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 4961134F31A for ; Mon, 8 Jun 2020 11:57:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B74021D for ; Mon, 8 Jun 2020 11:57:33 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1591617446.06ecdffe5f1659b04523caccd5d73e506f9d5fc1.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-capnproto/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/c-capnproto/c-capnproto-0.3.ebuild X-VCS-Directories: dev-libs/c-capnproto/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 06ecdffe5f1659b04523caccd5d73e506f9d5fc1 X-VCS-Branch: master Date: Mon, 8 Jun 2020 11:57:33 +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: fe62faf5-ecdd-43ad-bc1b-95dfafa61cbe X-Archives-Hash: 4b485840869bd8b19220054942d50c86 commit: 06ecdffe5f1659b04523caccd5d73e506f9d5fc1 Author: Alexis Ballier gentoo org> AuthorDate: Mon Jun 8 11:57:16 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jun 8 11:57:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06ecdffe dev-libs/c-capnproto: Add USE=static-libs. Closes: https://bugs.gentoo.org/726932 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> dev-libs/c-capnproto/c-capnproto-0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild index a51bc796601..c1548cc0457 100644 --- a/dev-libs/c-capnproto/c-capnproto-0.3.ebuild +++ b/dev-libs/c-capnproto/c-capnproto-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/opensourcerouting/c-capnproto/releases/download/${P} LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64" -IUSE="" +IUSE="static-libs" RDEPEND="" DEPEND="${RDEPEND}