Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/
Date: Fri, 08 Apr 2022 12:46:19
Message-Id: 1649421923.db2f40ced48afc1536120c35058e28971ee9b6e9.juippis@gentoo
1 commit: db2f40ced48afc1536120c35058e28971ee9b6e9
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 12:45:23 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 12:45:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2f40ce
7
8 net-mail/automx2: update EAPI 7 -> 8
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 net-mail/automx2/automx2-2022.0.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/net-mail/automx2/automx2-2022.0.ebuild b/net-mail/automx2/automx2-2022.0.ebuild
16 index 4c3f8c449d17..8242a1ded8da 100644
17 --- a/net-mail/automx2/automx2-2022.0.ebuild
18 +++ b/net-mail/automx2/automx2-2022.0.ebuild
19 @@ -1,9 +1,9 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 -PYTHON_COMPAT=( python3_{7,8,9,10} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28
29 inherit distutils-r1
30
31 @@ -15,8 +15,7 @@ LICENSE="GPL-3+"
32 SLOT="0"
33 KEYWORDS="~amd64"
34
35 -BDEPEND="acct-user/automx2"
36 -RDEPEND="
37 +RDEPEND="acct-user/automx2
38 dev-python/flask[${PYTHON_USEDEP}]
39 dev-python/flask-migrate[${PYTHON_USEDEP}]
40 dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]