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 3112D15817D for ; Wed, 12 Jun 2024 13:52:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06157E29FD; Wed, 12 Jun 2024 13:52:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 DB6EFE29FD for ; Wed, 12 Jun 2024 13:52:15 +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 D477133BE26 for ; Wed, 12 Jun 2024 13:52:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EF3C1C9F for ; Wed, 12 Jun 2024 13:52:13 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1718200317.504584beed11ff838950e4e3733ee5a5bea26a61.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/clhpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/clhpp/clhpp-2023.04.17.ebuild dev-cpp/clhpp/clhpp-2023.12.14.ebuild X-VCS-Directories: dev-cpp/clhpp/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 504584beed11ff838950e4e3733ee5a5bea26a61 X-VCS-Branch: master Date: Wed, 12 Jun 2024 13:52:13 +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: 96c1d5f4-51c6-4737-ae25-439334416d76 X-Archives-Hash: 39c3241f0586f2524e100044efd29d78 commit: 504584beed11ff838950e4e3733ee5a5bea26a61 Author: Marek Szuba gentoo org> AuthorDate: Wed Jun 12 13:27:35 2024 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jun 12 13:51:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504584be dev-cpp/clhpp: drop IUSE=test from older versions Closes: https://bugs.gentoo.org/932638 Closes: https://bugs.gentoo.org/934115 Signed-off-by: Marek Szuba gentoo.org> dev-cpp/clhpp/clhpp-2023.04.17.ebuild | 5 ++--- dev-cpp/clhpp/clhpp-2023.12.14.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-cpp/clhpp/clhpp-2023.04.17.ebuild b/dev-cpp/clhpp/clhpp-2023.04.17.ebuild index 9c106083d8d2..d52bb6938cc5 100644 --- a/dev-cpp/clhpp/clhpp-2023.04.17.ebuild +++ b/dev-cpp/clhpp/clhpp-2023.04.17.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,6 @@ SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/refs/tags/v${PV}.tar.g LICENSE="Khronos-CLHPP" SLOT="0" KEYWORDS="amd64 ppc64 x86" -IUSE="test" # Tests require CMock (NOT cmocka), which is currently not in Gentoo # and has been found to be extremely awkward to package. @@ -33,7 +32,7 @@ src_configure() { local mycmakeargs=( -DBUILD_DOCS=OFF -DBUILD_EXAMPLES=OFF - -DBUILD_TESTING=$(usex test) + -DBUILD_TESTING=OFF ) cmake_src_configure } diff --git a/dev-cpp/clhpp/clhpp-2023.12.14.ebuild b/dev-cpp/clhpp/clhpp-2023.12.14.ebuild index a9a4c55d1789..624fd2782101 100644 --- a/dev-cpp/clhpp/clhpp-2023.12.14.ebuild +++ b/dev-cpp/clhpp/clhpp-2023.12.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,6 @@ SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/refs/tags/v${PV}.tar.g LICENSE="Khronos-CLHPP" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="test" # Tests require CMock (NOT cmocka), which is currently not in Gentoo # and has been found to be extremely awkward to package. @@ -33,7 +32,7 @@ src_configure() { local mycmakeargs=( -DBUILD_DOCS=OFF -DBUILD_EXAMPLES=OFF - -DBUILD_TESTING=$(usex test) + -DBUILD_TESTING=OFF ) cmake_src_configure }