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 6FE26138334 for ; Fri, 2 Aug 2019 02:35:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4F0BE07D7; Fri, 2 Aug 2019 02:35:57 +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 84B36E07D7 for ; Fri, 2 Aug 2019 02:35:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DAC90348AC2 for ; Fri, 2 Aug 2019 02:35:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EBD1741 for ; Fri, 2 Aug 2019 02:35:54 +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: <1564713347.ec2ffdbcf6977b152a63b9fcb964a8afeceeb149.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiohttp-socks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild X-VCS-Directories: dev-python/aiohttp-socks/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec2ffdbcf6977b152a63b9fcb964a8afeceeb149 X-VCS-Branch: master Date: Fri, 2 Aug 2019 02:35:54 +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: d3c92953-6e28-4314-b5d8-77d2a0f1b6b2 X-Archives-Hash: 407fd8f0e4beb8eed0e1b13c9ad7d0e5 commit: ec2ffdbcf6977b152a63b9fcb964a8afeceeb149 Author: Michał Górny gentoo org> AuthorDate: Fri Aug 2 02:35:31 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 2 02:35:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2ffdbc dev-python/aiohttp-socks: Create 3proxy symlink cond. to USE=test Closes: https://bugs.gentoo.org/691266 Signed-off-by: Michał Górny gentoo.org> dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild b/dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild index 074589380ff..9b27fc1c041 100644 --- a/dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild +++ b/dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild @@ -29,7 +29,9 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] python_configure_all() { rm tests/3proxy/bin/*/* || die - ln -s "$(type -P 3proxy)" tests/3proxy/bin/linux/ || die + if use test; then + ln -s "$(type -P 3proxy)" tests/3proxy/bin/linux/ || die + fi } python_test() {