summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-05-11 13:07:17 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-05-11 13:16:26 -0500
commit423769e0c9aad6a3be13c45f1b041915161253fe (patch)
tree6cd3c957459ac811c90640c0bcd609f2f6cf0ada /dev-python/alembic
parentdev-python/oslo-policy: 2.1.1 allarches stablized (diff)
downloadgentoo-423769e0c9aad6a3be13c45f1b041915161253fe.tar.gz
gentoo-423769e0c9aad6a3be13c45f1b041915161253fe.tar.bz2
gentoo-423769e0c9aad6a3be13c45f1b041915161253fe.zip
dev-python/alembic: 1.0.8 allarches stablized
Stablized for Openstack Stein Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/alembic')
-rw-r--r--dev-python/alembic/alembic-1.0.8.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/alembic/alembic-1.0.8.ebuild b/dev-python/alembic/alembic-1.0.8.ebuild
index 15b7861ef3cf..53daf82daeb8 100644
--- a/dev-python/alembic/alembic-1.0.8.ebuild
+++ b/dev-python/alembic/alembic-1.0.8.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="test doc"
# requires.txt cites 'SQLAlchemy>=0.7.3' which is really both old and silly