diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-15 14:46:03 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-15 21:17:23 +0200 |
commit | 900accb7f4ae4cba77a67cf2d0203b808368a988 (patch) | |
tree | 6f93d2d64f9b59e4a646a9048525f4e16b844bc6 /dev-cpp/gtest | |
parent | sys-apps/bubblewrap: Stabilize 0.6.2-r1 ppc64, #861029 (diff) | |
download | gentoo-900accb7f4ae4cba77a67cf2d0203b808368a988.tar.gz gentoo-900accb7f4ae4cba77a67cf2d0203b808368a988.tar.bz2 gentoo-900accb7f4ae4cba77a67cf2d0203b808368a988.zip |
*/*: Drop CMAKE_ECLASS meta var superfluous in EAPI-8
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-cpp/gtest')
-rw-r--r-- | dev-cpp/gtest/gtest-1.11.0.ebuild | 1 | ||||
-rw-r--r-- | dev-cpp/gtest/gtest-9999.ebuild | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/dev-cpp/gtest/gtest-1.11.0.ebuild b/dev-cpp/gtest/gtest-1.11.0.ebuild index b2c3ebbb46e6..78623e8917a1 100644 --- a/dev-cpp/gtest/gtest-1.11.0.ebuild +++ b/dev-cpp/gtest/gtest-1.11.0.ebuild @@ -6,7 +6,6 @@ EAPI=8 # Python is required for tests and some build tasks. PYTHON_COMPAT=( python3_{8..10} ) -CMAKE_ECLASS=cmake inherit cmake-multilib python-any-r1 if [[ ${PV} == "9999" ]]; then diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index 89518bffd1d1..06d6fbc8dd51 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,6 @@ EAPI=8 # Python is required for tests and some build tasks. PYTHON_COMPAT=( python3_{8..10} ) -CMAKE_ECLASS=cmake inherit cmake-multilib python-any-r1 if [[ ${PV} == "9999" ]]; then |