diff options
author | Sebastian Pipping <sping@gentoo.org> | 2018-03-16 00:40:07 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2018-03-16 00:41:47 +0100 |
commit | 56f267ce4a12e7c34930927c3bbd0ad1b307d3fb (patch) | |
tree | 93cfa7ab321d4fb6377e6277e5e3d2965d7a0bb2 /app-crypt | |
parent | app-crypt/wile: 1.0.1, remove old (diff) | |
download | betagarden-56f267ce4a12e7c34930927c3bbd0ad1b307d3fb.tar.gz betagarden-56f267ce4a12e7c34930927c3bbd0ad1b307d3fb.tar.bz2 betagarden-56f267ce4a12e7c34930927c3bbd0ad1b307d3fb.zip |
app-crypt/wile: Address sandbox violation
.. by depending on post-stable version of setuptools.
Compile error was:
distutils.errors.DistutilsError: Setup script exited with error: SandboxViolation:
open('/var/tmp/portage/app-crypt/wile-1.0.1/work/wile-1.0.1-python2_7/lib/ptr.py', 'wb') {}
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/wile/wile-1.0.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/wile/wile-1.0.1.ebuild b/app-crypt/wile/wile-1.0.1.ebuild index f0c0752..7579bb5 100644 --- a/app-crypt/wile/wile-1.0.1.ebuild +++ b/app-crypt/wile/wile-1.0.1.ebuild @@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" + >=dev-python/setuptools-38.5.1[${PYTHON_USEDEP}] dev-python/setuptools_scm[${PYTHON_USEDEP}] " RDEPEND=" |