summaryrefslogtreecommitdiff
path: root/app-admin/installer/installer-0.1.1_beta.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/installer/installer-0.1.1_beta.ebuild')
-rw-r--r--app-admin/installer/installer-0.1.1_beta.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/installer/installer-0.1.1_beta.ebuild b/app-admin/installer/installer-0.1.1_beta.ebuild
index cf7c24cab885..17bc218aa0e4 100644
--- a/app-admin/installer/installer-0.1.1_beta.ebuild
+++ b/app-admin/installer/installer-0.1.1_beta.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{3_4,3_5} )
+PYTHON_COMPAT=( python{3_4,3_5,3_6} )
PYTHON_REQ_USE="ncurses(+)"
inherit distutils-r1
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/ChrisADR/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
S="${WORKDIR}/${PN}-${MY_PV}"
DOCS=( README.md CONTRIBUTING.md )