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 54A4B1382C5 for ; Wed, 27 May 2020 12:57:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82D1CE08AD; Wed, 27 May 2020 12:57:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6F44FE08AD for ; Wed, 27 May 2020 12:57:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8C0BF34EC49 for ; Wed, 27 May 2020 12:57:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37BDA23E for ; Wed, 27 May 2020 12:57:20 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1590584222.a17b76da3b43ca8c56ad64e5ad0c8ae699dce3f8.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/qdbm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/qdbm/qdbm-1.8.78-r2.ebuild X-VCS-Directories: dev-db/qdbm/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: a17b76da3b43ca8c56ad64e5ad0c8ae699dce3f8 X-VCS-Branch: master Date: Wed, 27 May 2020 12:57:20 +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: 89f79e78-042b-4138-8ab5-90dc443487b1 X-Archives-Hash: ea9dd6c1795b6508a6be36141fe9d97f commit: a17b76da3b43ca8c56ad64e5ad0c8ae699dce3f8 Author: Akinori Hattori gentoo org> AuthorDate: Wed May 27 12:56:16 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed May 27 12:57:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17b76da dev-db/qdbm: add static-libs USE flag Closes: https://bugs.gentoo.org/724084 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Akinori Hattori gentoo.org> dev-db/qdbm/qdbm-1.8.78-r2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild index 034733d2ae9..40f5281fa88 100644 --- a/dev-db/qdbm/qdbm-1.8.78-r2.ebuild +++ b/dev-db/qdbm/qdbm-1.8.78-r2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://fallabs.com/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86" -IUSE="bzip2 cxx debug java lzo perl ruby zlib" +IUSE="bzip2 cxx debug java lzo perl ruby static-libs zlib" RDEPEND="bzip2? ( app-arch/bzip2 ) java? ( >=virtual/jre-1.4:* ) @@ -153,6 +153,7 @@ each_ruby_test() { src_install() { default qdbm_foreach_api + use static-libs || find "${ED}" -name '*.a' -delete || die rm -rf "${ED}"/usr/share/${PN}