Changed in: https://github.com/sqlitebrowser/sqlitebrowser/pull/1419/files
Closes: https://bugs.gentoo.org/683666
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Rodrigo Saboya <saboya@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/13064
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
sed -e "/^project/ s/\".*\"/sqlitebrowser/" -i CMakeLists.txt || die
if ! use test; then
- sed -e "/qt5_use_modules/ s/ Test//" -i CMakeLists.txt || die
+ sed -e "/find_package/ s/ Test//" -i CMakeLists.txt || die
+ sed -e "/set/ s/ Qt5::Test//" -i CMakeLists.txt || die
fi
}