diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-11-09 21:44:37 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-11-09 21:47:06 -0500 |
commit | 6ec7fd1505906a225ac484f0b2632b617c85d323 (patch) | |
tree | a3106fc2243815b2e7a88288ea0b5e1ead75781b /dev-python/twisted-conch | |
parent | sys-kernel/hardened-sources: version bump to 4.8.6 (diff) | |
download | gentoo-6ec7fd1505906a225ac484f0b2632b617c85d323.tar.gz gentoo-6ec7fd1505906a225ac484f0b2632b617c85d323.tar.bz2 gentoo-6ec7fd1505906a225ac484f0b2632b617c85d323.zip |
dev-python/twisted: move blockers to RDEPEND
Diffstat (limited to 'dev-python/twisted-conch')
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild b/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild index 0ac3a01acc28..502b455d81b0 100644 --- a/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild +++ b/dev-python/twisted-conch/twisted-conch-13.0.0-r1.ebuild @@ -13,12 +13,13 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" IUSE="" DEPEND=" - !dev-python/twisted =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !dev-python/twisted +" python_prepare_all() { if [[ "${EUID}" -eq 0 ]]; then diff --git a/dev-python/twisted-conch/twisted-conch-13.2.0.ebuild b/dev-python/twisted-conch/twisted-conch-13.2.0.ebuild index 0ac3a01acc28..502b455d81b0 100644 --- a/dev-python/twisted-conch/twisted-conch-13.2.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-13.2.0.ebuild @@ -13,12 +13,13 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" IUSE="" DEPEND=" - !dev-python/twisted =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}] " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !dev-python/twisted +" python_prepare_all() { if [[ "${EUID}" -eq 0 ]]; then diff --git a/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild b/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild index 8b3254d1f3e5..4fc34ee84f52 100644 --- a/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-15.1.0.ebuild @@ -13,8 +13,9 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86" IUSE="" DEPEND=" - !dev-python/twisted =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !dev-python/twisted +" diff --git a/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild b/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild index 8b3254d1f3e5..4fc34ee84f52 100644 --- a/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild +++ b/dev-python/twisted-conch/twisted-conch-15.2.1.ebuild @@ -13,8 +13,9 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86" IUSE="" DEPEND=" - !dev-python/twisted =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] dev-python/pyasn1[${PYTHON_USEDEP}] dev-python/pycrypto[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !dev-python/twisted +" |