diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-06-02 09:59:50 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-06-02 10:00:54 +0200 |
commit | f86d74a6a4f1490f1cf6075f656b7404e00a05b2 (patch) | |
tree | 00e25ccc3f3ff3907c3a3e458c104f1adc832360 /app-portage | |
parent | x11-terms/eterm: Drop old (diff) | |
download | gentoo-f86d74a6a4f1490f1cf6075f656b7404e00a05b2.tar.gz gentoo-f86d74a6a4f1490f1cf6075f656b7404e00a05b2.tar.bz2 gentoo-f86d74a6a4f1490f1cf6075f656b7404e00a05b2.zip |
app-portage/gemato: Bump dep on setuptools
Closes: https://bugs.gentoo.org/657080
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gemato/gemato-12.2.ebuild | 2 | ||||
-rw-r--r-- | app-portage/gemato/gemato-13.0.ebuild | 2 | ||||
-rw-r--r-- | app-portage/gemato/gemato-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-portage/gemato/gemato-12.2.ebuild b/app-portage/gemato/gemato-12.2.ebuild index 41600021c7a3..180af2c047e2 100644 --- a/app-portage/gemato/gemato-12.2.ebuild +++ b/app-portage/gemato/gemato-12.2.ebuild @@ -26,7 +26,7 @@ MODULE_RDEPEND=" RDEPEND="${MODULE_RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND=">=dev-python/setuptools-34[${PYTHON_USEDEP}] test? ( ${MODULE_RDEPEND} )" python_test() { diff --git a/app-portage/gemato/gemato-13.0.ebuild b/app-portage/gemato/gemato-13.0.ebuild index e8ab1e019ab3..c47ad1f06cc7 100644 --- a/app-portage/gemato/gemato-13.0.ebuild +++ b/app-portage/gemato/gemato-13.0.ebuild @@ -26,7 +26,7 @@ MODULE_RDEPEND=" RDEPEND="${MODULE_RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND=">=dev-python/setuptools-34[${PYTHON_USEDEP}] test? ( ${MODULE_RDEPEND} )" python_test() { diff --git a/app-portage/gemato/gemato-9999.ebuild b/app-portage/gemato/gemato-9999.ebuild index 605958de2ad2..2a955da4d7dc 100644 --- a/app-portage/gemato/gemato-9999.ebuild +++ b/app-portage/gemato/gemato-9999.ebuild @@ -27,7 +27,7 @@ MODULE_RDEPEND=" RDEPEND="${MODULE_RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND=">=dev-python/setuptools-34[${PYTHON_USEDEP}] test? ( ${MODULE_RDEPEND} )" python_test() { |