From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7AC31382C5 for ; Tue, 29 Dec 2020 23:09:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E48BB2BC10E; Tue, 29 Dec 2020 23:09:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C86A52BC10E for ; Tue, 29 Dec 2020 23:09:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0BED341299 for ; Tue, 29 Dec 2020 23:09:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86C9B3A6 for ; Tue, 29 Dec 2020 23:09:38 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1609283375.235fabdae273210de940cd6a08d323d7179be331.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/synergy/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/synergy/synergy-1.13.0.ebuild X-VCS-Directories: x11-misc/synergy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 235fabdae273210de940cd6a08d323d7179be331 X-VCS-Branch: master Date: Tue, 29 Dec 2020 23:09:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c98b2cef-9e4d-46a2-8775-26ce7ca3ec56 X-Archives-Hash: 2c3d3e4484b1e0e9fe12f52ef31af8ac commit: 235fabdae273210de940cd6a08d323d7179be331 Author: Michał Górny gentoo org> AuthorDate: Tue Dec 29 22:44:58 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Dec 29 23:09:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235fabda x11-misc/synergy: Fix USE=-test builds Thanks to Kobboi for reporting! Signed-off-by: Michał Górny gentoo.org> x11-misc/synergy/synergy-1.13.0.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/x11-misc/synergy/synergy-1.13.0.ebuild b/x11-misc/synergy/synergy-1.13.0.ebuild index b0539697f5b..7849a71bf62 100644 --- a/x11-misc/synergy/synergy-1.13.0.ebuild +++ b/x11-misc/synergy/synergy-1.13.0.ebuild @@ -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