diff options
Diffstat (limited to 'dev-python/twisted-words')
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild b/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild index d1c4b1fbe995..52f55cd095ba 100644 --- a/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild +++ b/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild @@ -13,7 +13,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="" DEPEND=" - !dev-python/twisted =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !dev-python/twisted +" diff --git a/dev-python/twisted-words/twisted-words-13.2.0.ebuild b/dev-python/twisted-words/twisted-words-13.2.0.ebuild index d1c4b1fbe995..52f55cd095ba 100644 --- a/dev-python/twisted-words/twisted-words-13.2.0.ebuild +++ b/dev-python/twisted-words/twisted-words-13.2.0.ebuild @@ -13,7 +13,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="" DEPEND=" - !dev-python/twisted =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !dev-python/twisted +" diff --git a/dev-python/twisted-words/twisted-words-15.1.0.ebuild b/dev-python/twisted-words/twisted-words-15.1.0.ebuild index cfd88a716633..3bdb7e5fdb56 100644 --- a/dev-python/twisted-words/twisted-words-15.1.0.ebuild +++ b/dev-python/twisted-words/twisted-words-15.1.0.ebuild @@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86" IUSE="" DEPEND=" - !dev-python/twisted =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !dev-python/twisted +" diff --git a/dev-python/twisted-words/twisted-words-15.2.1.ebuild b/dev-python/twisted-words/twisted-words-15.2.1.ebuild index cfd88a716633..3bdb7e5fdb56 100644 --- a/dev-python/twisted-words/twisted-words-15.2.1.ebuild +++ b/dev-python/twisted-words/twisted-words-15.2.1.ebuild @@ -13,7 +13,8 @@ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86" IUSE="" DEPEND=" - !dev-python/twisted =dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} + !dev-python/twisted +" |