From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB82E138350 for ; Tue, 17 Mar 2020 08:08:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADB5DE0C4C; Tue, 17 Mar 2020 08:08:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B58FE0C4C for ; Tue, 17 Mar 2020 08:08:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 248E634F1FE for ; Tue, 17 Mar 2020 08:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B775E18F for ; Tue, 17 Mar 2020 08:08:09 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1584432465.fc85943854ac10b9478a47a565a087bdd97594bc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/automx2/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/automx2/automx2-2019.0.ebuild www-servers/automx2/automx2-2020.1.ebuild X-VCS-Directories: www-servers/automx2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fc85943854ac10b9478a47a565a087bdd97594bc X-VCS-Branch: master Date: Tue, 17 Mar 2020 08:08:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 618ef8ff-2f13-44a7-9ff7-77e76d53f4e1 X-Archives-Hash: cd3696f4ab14f83b02270edf37e95d33 commit: fc85943854ac10b9478a47a565a087bdd97594bc Author: Michał Górny gentoo org> AuthorDate: Tue Mar 17 07:48:44 2020 +0000 Commit: Michał Górny gentoo 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 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() {