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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 41D4015808B for ; Wed, 14 Feb 2024 13:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 753F3E2A43; Wed, 14 Feb 2024 13:32:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5EE2EE2A43 for ; Wed, 14 Feb 2024 13:32:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 973023430AC for ; Wed, 14 Feb 2024 13:32:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B530A1132 for ; Wed, 14 Feb 2024 13:32:25 +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: <1707917475.fb1289d0806ca83f2376f365ed2c51e643c6a3cd.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.14-r1.ebuild dev-scheme/gauche/gauche-0.9.14.ebuild X-VCS-Directories: dev-scheme/gauche/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: fb1289d0806ca83f2376f365ed2c51e643c6a3cd X-VCS-Branch: master Date: Wed, 14 Feb 2024 13:32:25 +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: 5093f760-8ab8-4e3b-a8dd-c7ba2559dc32 X-Archives-Hash: 640c6ea4266b1f59861b5227a5500b50 commit: fb1289d0806ca83f2376f365ed2c51e643c6a3cd Author: Akinori Hattori gentoo org> AuthorDate: Wed Feb 14 13:31:15 2024 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Feb 14 13:31:15 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb1289d0 dev-scheme/gauche: fix build Closes: https://bugs.gentoo.org/924298 Signed-off-by: Akinori Hattori gentoo.org> .../gauche/{gauche-0.9.14.ebuild => gauche-0.9.14-r1.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-scheme/gauche/gauche-0.9.14.ebuild b/dev-scheme/gauche/gauche-0.9.14-r1.ebuild similarity index 88% rename from dev-scheme/gauche/gauche-0.9.14.ebuild rename to dev-scheme/gauche/gauche-0.9.14-r1.ebuild index bd990924944f..c037bef1bc58 100644 --- a/dev-scheme/gauche/gauche-0.9.14.ebuild +++ b/dev-scheme/gauche/gauche-0.9.14-r1.ebuild @@ -15,12 +15,12 @@ SRC_URI="https://github.com/shirok/${PN^g}/releases/download/release${PV//./_}/$ LICENSE="BSD" SLOT="0/$(ver_cut 1-2)8" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="ipv6 +mbedtls test" +IUSE="ipv6 test" RESTRICT="!test? ( test )" -RDEPEND="sys-libs/gdbm - virtual/libcrypt:= - mbedtls? ( net-libs/mbedtls:= )" +RDEPEND="net-libs/mbedtls:= + sys-libs/gdbm + virtual/libcrypt:=" DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" @@ -43,7 +43,7 @@ src_configure() { $(use_enable ipv6) \ --with-ca-bundle="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \ --with-slib="${EPREFIX}"/usr/share/slib \ - --with-tls=$(usex mbedtls mbedtls axtls) + --with-tls=mbedtls } src_test() {