summaryrefslogtreecommitdiff
path: root/dev-python/jpype/jpype-0.6.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/jpype/jpype-0.6.2.ebuild')
-rw-r--r--dev-python/jpype/jpype-0.6.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jpype/jpype-0.6.2.ebuild b/dev-python/jpype/jpype-0.6.2.ebuild
index f8dfefc0dd22..0f2b62316720 100644
--- a/dev-python/jpype/jpype-0.6.2.ebuild
+++ b/dev-python/jpype/jpype-0.6.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit java-pkg-2 distutils-r1
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/originell/${PN}/archive/v${PV}.zip -> ${P}.zip"
LICENSE="Apache-1.1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc examples"
S="${WORKDIR}/${P}"