diff options
author | Marek Szuba <marecki@gentoo.org> | 2024-06-12 14:27:35 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2024-06-12 14:51:57 +0100 |
commit | 504584beed11ff838950e4e3733ee5a5bea26a61 (patch) | |
tree | c6062e31283a86dbdf222a3fba69be9c90bd2bbd /dev-cpp/clhpp | |
parent | dev-libs/opencl-icd-loader: add 2024.05.08, drop 2023.04.17 (diff) | |
download | gentoo-504584beed11ff838950e4e3733ee5a5bea26a61.tar.gz gentoo-504584beed11ff838950e4e3733ee5a5bea26a61.tar.bz2 gentoo-504584beed11ff838950e4e3733ee5a5bea26a61.zip |
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@gentoo.org>
Diffstat (limited to 'dev-cpp/clhpp')
-rw-r--r-- | dev-cpp/clhpp/clhpp-2023.04.17.ebuild | 5 | ||||
-rw-r--r-- | 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 } |