commit: 3292c8cf714b945c2c70f35b98808ff6278dbb7e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 12 14:18:05 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 12 14:19:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3292c8cf
kde-plasma/libkscreen: fix minimum GCC version
$ python3.13 -c 'import portage; print(portage.versions.vercmp("13.4.0",
"13.4"))'
1
Bug: https://bugs.gentoo.org/964195
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-plasma/libkscreen/libkscreen-6.4.5.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-plasma/libkscreen/libkscreen-6.4.5.ebuild
b/kde-plasma/libkscreen/libkscreen-6.4.5.ebuild
index ae1528df53f2..fce4e9dd893e 100644
--- a/kde-plasma/libkscreen/libkscreen-6.4.5.ebuild
+++ b/kde-plasma/libkscreen/libkscreen-6.4.5.ebuild
@@ -38,9 +38,9 @@ BDEPEND="
BDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )"
pkg_pretend() {
- [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.4.0
+ [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.4
}
pkg_setup() {
- [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.4.0
+ [[ ${MERGE_TYPE} != binary ]] && tc-check-min_ver gcc 13.4
}