diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-06 15:26:11 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-05-06 15:38:55 -0500 |
commit | 202b902f764f50559ab6205ad28770fc745d5085 (patch) | |
tree | 7a32897784fab92fb459010ba2b8c1ce9a0353ef /app-crypt/acme | |
parent | profiles: riscv: remove -march from cflags in multilib (diff) | |
download | gentoo-202b902f764f50559ab6205ad28770fc745d5085.tar.gz gentoo-202b902f764f50559ab6205ad28770fc745d5085.tar.bz2 gentoo-202b902f764f50559ab6205ad28770fc745d5085.zip |
app-crypt/acme: undep on tox
Fixes: https://bugs.gentoo.org/685012
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt/acme')
-rw-r--r-- | app-crypt/acme/acme-0.33.1-r1.ebuild | 1 | ||||
-rw-r--r-- | app-crypt/acme/acme-0.34.0.ebuild | 1 | ||||
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/app-crypt/acme/acme-0.33.1-r1.ebuild b/app-crypt/acme/acme-0.33.1-r1.ebuild index 58b7f12c6356..52953d1abca7 100644 --- a/app-crypt/acme/acme-0.33.1-r1.ebuild +++ b/app-crypt/acme/acme-0.33.1-r1.ebuild @@ -44,7 +44,6 @@ DEPEND=" ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] ) >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] " diff --git a/app-crypt/acme/acme-0.34.0.ebuild b/app-crypt/acme/acme-0.34.0.ebuild index bfa507fa149c..64b8beb25ff0 100644 --- a/app-crypt/acme/acme-0.34.0.ebuild +++ b/app-crypt/acme/acme-0.34.0.ebuild @@ -44,7 +44,6 @@ DEPEND=" ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] ) >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] " diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index bfa507fa149c..64b8beb25ff0 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -44,7 +44,6 @@ DEPEND=" ${RDEPEND} dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/tox[${PYTHON_USEDEP}] ) >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] " |