summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www-apps/roundup/roundup-2.0.0_beta0.ebuild4
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=""