summaryrefslogtreecommitdiff
path: root/dev-python/sqlalchemy/sqlalchemy-1.0.17.ebuild
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2017-03-09 00:27:12 +0100
committerMichael Weber <xmw@gentoo.org>2017-03-09 00:39:17 +0100
commitec33e2eb34c8b19c5ab8a7a63babd156ff8c91db (patch)
treed6fb5494a68a108545d7dd16db833701c71166e9 /dev-python/sqlalchemy/sqlalchemy-1.0.17.ebuild
parentb0ad4114695150380774fc1751a6a102abfd9383 (diff)
downloadgentoo-ec33e2eb34c8b19c5ab8a7a63babd156ff8c91db.tar.gz
gentoo-ec33e2eb34c8b19c5ab8a7a63babd156ff8c91db.tar.bz2
gentoo-ec33e2eb34c8b19c5ab8a7a63babd156ff8c91db.zip
dev-python/sqlalchemy: add ~arm64 keyword.
Package-Manager: Portage-2.3.4, Repoman-2.3.2 RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-python/sqlalchemy/sqlalchemy-1.0.17.ebuild')
-rw-r--r--dev-python/sqlalchemy/sqlalchemy-1.0.17.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sqlalchemy/sqlalchemy-1.0.17.ebuild b/dev-python/sqlalchemy/sqlalchemy-1.0.17.ebuild
index 054beeaf5e2b..1e0a6318de86 100644
--- a/dev-python/sqlalchemy/sqlalchemy-1.0.17.ebuild
+++ b/dev-python/sqlalchemy/sqlalchemy-1.0.17.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="doc examples +sqlite test"
REQUIRED_USE="test? ( sqlite )"