commit: 8a10b2d38d76b83a6f005f3ce8780b27aef73bd5 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Jun 4 05:48:24 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Jun 4 06:23:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a10b2d3
dev-python/twisted: Clean USE=soap up Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/twisted/twisted-19.10.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/twisted/twisted-19.10.0.ebuild b/dev-python/twisted/twisted-19.10.0.ebuild index f5be6c1d466..ed3222af413 100644 --- a/dev-python/twisted/twisted-19.10.0.ebuild +++ b/dev-python/twisted/twisted-19.10.0.ebuild @@ -23,7 +23,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd6 LICENSE="MIT" SLOT="0" -IUSE="conch crypt http2 serial +soap test" +IUSE="conch crypt http2 serial test" RESTRICT="!test? ( test )" RDEPEND=" @@ -45,7 +45,6 @@ RDEPEND=" >=dev-python/idna-0.6[${PYTHON_USEDEP}] ) serial? ( >=dev-python/pyserial-3.0[${PYTHON_USEDEP}] ) - soap? ( $(python_gen_cond_dep 'dev-python/soappy[${PYTHON_USEDEP}]' python2_7) ) http2? ( >=dev-python/hyper-h2-3.0.0[${PYTHON_USEDEP}] <dev-python/hyper-h2-4.0.0[${PYTHON_USEDEP}]