From ea63862cd81d61ff6a5218dd86347140cf65ca68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matt=C3=A9o=20Rossillol=E2=80=91=E2=80=91Laruelle?= Date: Tue, 20 Aug 2024 13:40:16 +0200 Subject: [PATCH] dev-cpp/benchmark: fix `REQUIRED_USE` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattéo Rossillol‑‑Laruelle --- .../{benchmark-1.9.0.ebuild => benchmark-1.9.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-cpp/benchmark/{benchmark-1.9.0.ebuild => benchmark-1.9.0-r1.ebuild} (97%) diff --git a/dev-cpp/benchmark/benchmark-1.9.0.ebuild b/dev-cpp/benchmark/benchmark-1.9.0-r1.ebuild similarity index 97% rename from dev-cpp/benchmark/benchmark-1.9.0.ebuild rename to dev-cpp/benchmark/benchmark-1.9.0-r1.ebuild index 71a49df..bb96e7c 100644 --- a/dev-cpp/benchmark/benchmark-1.9.0.ebuild +++ b/dev-cpp/benchmark/benchmark-1.9.0-r1.ebuild @@ -15,7 +15,7 @@ SLOT="0/$(ver_cut 1)" KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="doc +exceptions libcxx libpfm lto test +tools" RESTRICT="!test? ( test )" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE="tools? ( ${PYTHON_REQUIRED_USE} )" DEPEND=" libcxx? ( sys-libs/libcxx[${MULTILIB_USEDEP}] )