diff options
Diffstat (limited to 'dev-cpp/gtest/gtest-1.17.0.ebuild')
| -rw-r--r-- | dev-cpp/gtest/gtest-1.17.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/gtest/gtest-1.17.0.ebuild b/dev-cpp/gtest/gtest-1.17.0.ebuild index 2bc9400cc078..08ac21f25db1 100644 --- a/dev-cpp/gtest/gtest-1.17.0.ebuild +++ b/dev-cpp/gtest/gtest-1.17.0.ebuild @@ -21,7 +21,7 @@ else -> ${P}.tar.gz" S="${WORKDIR}"/googletest-${GOOGLETEST_COMMIT} fi - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="Google C++ Testing Framework" @@ -65,7 +65,7 @@ multilib_src_configure() { -Dgtest_build_tests=$(usex test) ) if use test; then - if use x86 || use x86-linux; then + if use x86; then append-cxxflags -ffloat-store # bug #905007 fi mycmakeargs+=( -DPython3_EXECUTABLE="${PYTHON}" ) |
