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 7F2A7138334 for ; Fri, 20 Jul 2018 13:24:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C76CE09B6; Fri, 20 Jul 2018 13:24:04 +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 11746E09B6 for ; Fri, 20 Jul 2018 13:24:04 +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 6EBC4335CE8 for ; Fri, 20 Jul 2018 13:24:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45712373 for ; Fri, 20 Jul 2018 13:24:00 +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: <1532093013.1745b65b389b5a07d37cf4f65a00b9d9b2768107.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/gauche/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/gauche/gauche-0.9.6-r1.ebuild dev-scheme/gauche/gauche-0.9.6.ebuild X-VCS-Directories: dev-scheme/gauche/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 1745b65b389b5a07d37cf4f65a00b9d9b2768107 X-VCS-Branch: master Date: Fri, 20 Jul 2018 13:24:00 +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: b9265adc-3342-4b03-b680-6e45af247deb X-Archives-Hash: 41739df05d09ae27f7c86834950f9b9a commit: 1745b65b389b5a07d37cf4f65a00b9d9b2768107 Author: Akinori Hattori gentoo org> AuthorDate: Fri Jul 20 13:12:31 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Fri Jul 20 13:23:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1745b65b dev-scheme/gauche: specify system CA certificates path Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-scheme/gauche/{gauche-0.9.6.ebuild => gauche-0.9.6-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-scheme/gauche/gauche-0.9.6.ebuild b/dev-scheme/gauche/gauche-0.9.6-r1.ebuild similarity index 94% rename from dev-scheme/gauche/gauche-0.9.6.ebuild rename to dev-scheme/gauche/gauche-0.9.6-r1.ebuild index 37e0c2b459d..17f4e9bbdc4 100644 --- a/dev-scheme/gauche/gauche-0.9.6.ebuild +++ b/dev-scheme/gauche/gauche-0.9.6-r1.ebuild @@ -43,6 +43,7 @@ src_prepare() { src_configure() { econf \ $(use_enable ipv6) \ + --with-ca-bundle="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \ --with-libatomic-ops=no \ --with-slib="${EPREFIX}"/usr/share/slib \ --with-tls=axtls$(usex mbedtls ',mbedtls' '')