From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F27FF1388C0 for ; Sun, 28 Feb 2016 07:32:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E89E21C07C; Sun, 28 Feb 2016 07:32:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88E2E21C022 for ; Sun, 28 Feb 2016 07:32:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54E0F340A7B for ; Sun, 28 Feb 2016 07:32:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FF1E16C4 for ; Sun, 28 Feb 2016 07:32:45 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1456644406.099c42f7e5a0c557cd44dc7118e3b1d5612e1870.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/alembic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/alembic/alembic-0.8.2.ebuild X-VCS-Directories: dev-python/alembic/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 099c42f7e5a0c557cd44dc7118e3b1d5612e1870 X-VCS-Branch: master Date: Sun, 28 Feb 2016 07:32:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 89d75cf8-0fb3-4c44-8783-4504df9f6f0b X-Archives-Hash: c78569cfb53785f2c4f8ceba8b00035a commit: 099c42f7e5a0c557cd44dc7118e3b1d5612e1870 Author: Matthew Thode gentoo org> AuthorDate: Sun Feb 28 07:26:46 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Sun Feb 28 07:26:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099c42f7 dev-python/alembic: keywording arm64 merged on X-C1 Package-Manager: portage-2.2.26 dev-python/alembic/alembic-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/alembic/alembic-0.8.2.ebuild b/dev-python/alembic/alembic-0.8.2.ebuild index b161af1..49b65b9 100644 --- a/dev-python/alembic/alembic-0.8.2.ebuild +++ b/dev-python/alembic/alembic-0.8.2.ebuild @@ -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