diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 13:35:58 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 13:43:23 +0200 |
commit | 2c0c1be491dd5305d85d919cfc12ba1298cb002e (patch) | |
tree | 6d4877030f22243f4c776e21300056aaf27643a4 | |
parent | dev-python/extras: mark arm64 stable to catchup with other arches (diff) | |
download | gentoo-2c0c1be491dd5305d85d919cfc12ba1298cb002e.tar.gz gentoo-2c0c1be491dd5305d85d919cfc12ba1298cb002e.tar.bz2 gentoo-2c0c1be491dd5305d85d919cfc12ba1298cb002e.zip |
dev-python/testtools: mark arm64 stable to catchup with other arches
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | dev-python/testtools/testtools-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testtools/testtools-1.8.0.ebuild b/dev-python/testtools/testtools-1.8.0.ebuild index 18f81fc9d440..33c0a7d8f7e6 100644 --- a/dev-python/testtools/testtools-1.8.0.ebuild +++ b/dev-python/testtools/testtools-1.8.0.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="doc test" CDEPEND=" |