mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
x11-themes/QGnomePlatform: Fix cmake4 compat
Thanks-to: Toralf Förster Closes: https://bugs.gentoo.org/965856 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
parent
8efcd307d0
commit
c6a9e569e9
@ -42,8 +42,8 @@ BDEPEND="
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# Fix cmake4 compatibility, bug #958301
|
||||
sed -i -e 's/VERSION 3.0/VERSION 3.5/' CMakeLists.txt || die
|
||||
# Fix cmake4 compatibility, bug #958301, #965856
|
||||
sed -i -e 's/VERSION 3.0/VERSION 3.10/' CMakeLists.txt || die
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user