Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/roundup/
Date: Tue, 30 Jun 2020 17:28:26
Message-Id: 1593538089.03b42aa75d69b627f9d999cabe93767013555ac2.whissi@gentoo
1 commit: 03b42aa75d69b627f9d999cabe93767013555ac2
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 30 17:28:09 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 30 17:28:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b42aa7
7
8 www-apps/roundup: drop Python 3.8 support
9
10 Not all required Python deps are keyworded for all architectures.
11
12 Fixes: 33c253fdeddb6c2175affffe85bd9cc214a68e0f
13 Package-Manager: Portage-2.3.103, Repoman-2.3.23
14 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
15
16 www-apps/roundup/roundup-2.0.0_beta0.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/www-apps/roundup/roundup-2.0.0_beta0.ebuild b/www-apps/roundup/roundup-2.0.0_beta0.ebuild
20 index e5a9ee447a2..a3a4cebf17b 100644
21 --- a/www-apps/roundup/roundup-2.0.0_beta0.ebuild
22 +++ b/www-apps/roundup/roundup-2.0.0_beta0.ebuild
23 @@ -2,7 +2,7 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 -PYTHON_COMPAT=( python3_{6..8} )
28 +PYTHON_COMPAT=( python3_{6..7} )
29
30 inherit distutils-r1
31 MY_P=${P/_/}
32 @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}"
33
34 LICENSE="MIT ZPL"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~sparc ~x86"
37 +KEYWORDS="~amd64 ~x86"
38 IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown"
39
40 DEPEND=""