summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-03-24 22:38:44 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-03-24 22:38:44 -0500
commitb235f8554d57c387a6d62053ec1304ebe7f0c047 (patch)
tree3b51015dfa83985453fd8c1037e2f38d96412527 /dev-python
parentdev-python/python-editor: add py33 support (diff)
downloadgentoo-b235f8554d57c387a6d62053ec1304ebe7f0c047.tar.gz
gentoo-b235f8554d57c387a6d62053ec1304ebe7f0c047.tar.bz2
gentoo-b235f8554d57c387a6d62053ec1304ebe7f0c047.zip
dev-python/alembic: adding arm64
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/alembic/alembic-0.8.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/alembic/alembic-0.8.5.ebuild b/dev-python/alembic/alembic-0.8.5.ebuild
index 2c05ddb3a652..324037163910 100644
--- a/dev-python/alembic/alembic-0.8.5.ebuild
+++ b/dev-python/alembic/alembic-0.8.5.ebuild
@@ -3,7 +3,7 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5)
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5)
inherit distutils-r1
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="test doc"
# requires.txt cites 'SQLAlchemy>=0.7.3' which is really both old and silly