dev-python/alembic: adding arm64

Package-Manager: portage-2.2.26
This commit is contained in:
Matthew Thode
2016-03-24 22:38:44 -05:00
parent b3f8f30a56
commit b235f8554d

View File

@@ -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