commit: fcf01614d6429cc445aa090163244be687bf83e6
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 16 11:56:21 2025 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Aug 16 12:12:09 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcf01614
sci-ml/FP16: keyword 2024.06.20 for ~x86
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
sci-ml/FP16/FP16-2024.06.20.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-ml/FP16/FP16-2024.06.20.ebuild
b/sci-ml/FP16/FP16-2024.06.20.ebuild
index 3fe1e5464497..06091bc66a86 100644
--- a/sci-ml/FP16/FP16-2024.06.20.ebuild
+++ b/sci-ml/FP16/FP16-2024.06.20.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}"/${PN}-${CommitId}
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test"
BDEPEND="test? ( dev-cpp/gtest )"
@@ -27,7 +27,7 @@ PATCHES=(
)
src_prepare() {
- sed -i -e "s|CXX_STANDARD 11|CXX_STANDARD 14|" CMakeLists.txt || die
+ sed -i -e "s|CXX_STANDARD 11|CXX_STANDARD 17|" CMakeLists.txt || die
cmake_src_prepare
}