mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user