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 690F3139694 for ; Sat, 11 Feb 2017 00:09:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99D5A21C043; Sat, 11 Feb 2017 00:09:57 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7986521C043 for ; Sat, 11 Feb 2017 00:09:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39E233412F9 for ; Sat, 11 Feb 2017 00:09:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FC07437B for ; Sat, 11 Feb 2017 00:09:54 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1486765655.64d9e19a8899c2a9d8e748c6fa3746bb16e025f5.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/softhsm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/softhsm/softhsm-2.2.0-r2.ebuild dev-libs/softhsm/softhsm-2.2.0-r3.ebuild X-VCS-Directories: dev-libs/softhsm/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 64d9e19a8899c2a9d8e748c6fa3746bb16e025f5 X-VCS-Branch: master Date: Sat, 11 Feb 2017 00:09:54 +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: f1b8c96f-090e-43b7-926e-57b34104642b X-Archives-Hash: 57e42fb1ae60698fb4927b820b25e829 commit: 64d9e19a8899c2a9d8e748c6fa3746bb16e025f5 Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Feb 10 22:27:10 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Fri Feb 10 22:27:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64d9e19a dev-libs/softhsm: fix local state directory Package-Manager: portage-2.3.3 dev-libs/softhsm/{softhsm-2.2.0-r2.ebuild => softhsm-2.2.0-r3.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/softhsm/softhsm-2.2.0-r2.ebuild b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild similarity index 93% rename from dev-libs/softhsm/softhsm-2.2.0-r2.ebuild rename to dev-libs/softhsm/softhsm-2.2.0-r3.ebuild index c5bccd7825..c0e2a04a0e 100644 --- a/dev-libs/softhsm/softhsm-2.2.0-r2.ebuild +++ b/dev-libs/softhsm/softhsm-2.2.0-r3.ebuild @@ -41,10 +41,11 @@ src_prepare() { src_configure() { econf \ --disable-static \ + --localstatedir="${EROOT}var" \ --with-crypto-backend=openssl \ --disable-p11-kit \ $(use_enable !bindist ecc) \ - $(use_enable !libressl ghost) \ + $(use_enable !libressl gost) \ $(use_with migration-tool migrate) }