projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ad3a97
)
dev-python/aiohttp-socks: Create 3proxy symlink cond. to USE=test
author
Michał Górny
<mgorny@gentoo.org>
Fri, 2 Aug 2019 02:35:31 +0000
(
04:35
+0200)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 2 Aug 2019 02:35:47 +0000
(
04:35
+0200)
Closes: https://bugs.gentoo.org/691266
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/aiohttp-socks/aiohttp-socks-0.2.2.ebuild
patch
|
blob
|
history
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 074589380ff7d83c9bc5cb7c69ee47564b65d124..9b27fc1c0416aa970da9fe708c664fe7449394a2 100644
(file)
--- 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() {