commit: fc85943854ac10b9478a47a565a087bdd97594bc
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 07:48:44 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 08:07:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc859438
www-servers/automx2: Fix dependencies
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
www-servers/automx2/automx2-2019.0.ebuild | 6 ++----
www-servers/automx2/automx2-2020.1.ebuild | 4 +---
2 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/www-servers/automx2/automx2-2019.0.ebuild
b/www-servers/automx2/automx2-2019.0.ebuild
index bc55e2b7b7e..62c3980bd7b 100644
--- a/www-servers/automx2/automx2-2019.0.ebuild
+++ b/www-servers/automx2/automx2-2019.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -17,9 +17,7 @@ KEYWORDS="~amd64"
IUSE="doc"
BDEPEND="acct-user/automx2
- $(python_gen_cond_dep \
- '>=dev-python/flask-migrate-2.5.2[${PYTHON_MULTI_USEDEP}]'
python3_{7}
- )"
+ >=dev-python/flask-migrate-2.5.2[${PYTHON_USEDEP}]"
RDEPEND="${BDEPEND}"
python_prepare_all() {
diff --git a/www-servers/automx2/automx2-2020.1.ebuild
b/www-servers/automx2/automx2-2020.1.ebuild
index 1553bc9b491..cce12b5bc74 100644
--- a/www-servers/automx2/automx2-2020.1.ebuild
+++ b/www-servers/automx2/automx2-2020.1.ebuild
@@ -17,9 +17,7 @@ KEYWORDS="~amd64"
IUSE="doc"
BDEPEND="acct-user/automx2
- $(python_gen_cond_dep \
- '>=dev-python/flask-migrate-2.5.2[${PYTHON_MULTI_USEDEP}]'
python-3
- )"
+ >=dev-python/flask-migrate-2.5.2[${PYTHON_USEDEP}]"
RDEPEND="${BDEPEND}"
python_prepare_all() {