mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
x11-misc/synergy: Fix USE=-test builds
Thanks to Kobboi for reporting! Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -60,9 +60,6 @@ src_prepare() {
|
||||
if use test; then
|
||||
rmdir ext/googletest || die
|
||||
mv "${WORKDIR}/googletest-${GTEST_COMMIT}" ext/googletest || die
|
||||
else
|
||||
[[ ${PV} == 1.12.0 ]] || die "Remove this hack on bump"
|
||||
> ext/googletest/CMakeLists.txt || die
|
||||
fi
|
||||
|
||||
cmake_src_prepare
|
||||
|
||||
Reference in New Issue
Block a user