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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4CFF215801B for ; Fri, 18 Aug 2023 10:37:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86A052BC015; Fri, 18 Aug 2023 10:37:31 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72D9D2BC015 for ; Fri, 18 Aug 2023 10:37:31 +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 B788A33BEBE for ; Fri, 18 Aug 2023 10:37:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12987FCD for ; Fri, 18 Aug 2023 10:37:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1692354360.6a4e52c2765ff7384612910954cdaa841bb1384e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/galera/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/galera/galera-26.4.15.ebuild X-VCS-Directories: sys-cluster/galera/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6a4e52c2765ff7384612910954cdaa841bb1384e X-VCS-Branch: master Date: Fri, 18 Aug 2023 10:37:29 +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: 5f4ffe72-ff4d-4083-96de-ac0593ca170a X-Archives-Hash: e715937d4ed6728a5c22becdd2d6e088 commit: 6a4e52c2765ff7384612910954cdaa841bb1384e Author: Sam James gentoo org> AuthorDate: Fri Aug 18 10:25:08 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 18 10:26:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a4e52c2 sys-cluster/galera: depend on check Check is checked for unconditionally and tests are built unconditionally. That could be fixed but my interest in galera is limited and check is a small package. Closes: https://bugs.gentoo.org/912451 Signed-off-by: Sam James gentoo.org> sys-cluster/galera/galera-26.4.15.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/galera/galera-26.4.15.ebuild b/sys-cluster/galera/galera-26.4.15.ebuild index 8268ec426c17..db1f6d04e9df 100644 --- a/sys-cluster/galera/galera-26.4.15.ebuild +++ b/sys-cluster/galera/galera-26.4.15.ebuild @@ -16,17 +16,17 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2 BSD" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="garbd test ssl" -RESTRICT="!test? ( test )" +IUSE="garbd ssl" RDEPEND=" ssl? ( dev-libs/openssl:= ) dev-libs/boost:= " +# TODO: Make check dep optional DEPEND=" ${RDEPEND} >=dev-cpp/asio-1.22 - test? ( dev-libs/check ) + dev-libs/check " src_prepare() {