diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-06-30 19:28:09 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-06-30 19:28:09 +0200 |
commit | 03b42aa75d69b627f9d999cabe93767013555ac2 (patch) | |
tree | 993e1b72055a38d354b92df06ed27f345bcc5f32 /www-apps/roundup | |
parent | app-crypt/pdfcrack: drop old (diff) | |
download | gentoo-03b42aa75d69b627f9d999cabe93767013555ac2.tar.gz gentoo-03b42aa75d69b627f9d999cabe93767013555ac2.tar.bz2 gentoo-03b42aa75d69b627f9d999cabe93767013555ac2.zip |
www-apps/roundup: drop Python 3.8 support
Not all required Python deps are keyworded for all architectures.
Fixes: 33c253fdeddb6c2175affffe85bd9cc214a68e0f
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-apps/roundup')
-rw-r--r-- | www-apps/roundup/roundup-2.0.0_beta0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/roundup/roundup-2.0.0_beta0.ebuild b/www-apps/roundup/roundup-2.0.0_beta0.ebuild index e5a9ee447a2d..a3a4cebf17ba 100644 --- a/www-apps/roundup/roundup-2.0.0_beta0.ebuild +++ b/www-apps/roundup/roundup-2.0.0_beta0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6..8} ) +PYTHON_COMPAT=( python3_{6..7} ) inherit distutils-r1 MY_P=${P/_/} @@ -14,7 +14,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="MIT ZPL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64 ~x86" IUSE="+tz sqlite mysql postgres xapian whoosh ssl jinja pyjwt markdown" DEPEND="" |