commit:     504584beed11ff838950e4e3733ee5a5bea26a61
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 13:27:35 2024 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> 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 <marecki <AT> 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
 }

Reply via email to