diff options
author | Sam James <sam@gentoo.org> | 2020-11-04 05:29:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-11-04 05:29:00 +0000 |
commit | f96fc2c6c782c37687f85283bfa5ee52723cffd1 (patch) | |
tree | 0179ff4cc4a2b9242ba91f02973a3819fd84dfa3 /dev-python/expects | |
parent | dev-python/websocket-client: Stabilize 0.57.0 arm64, #749774 (diff) | |
download | gentoo-f96fc2c6c782c37687f85283bfa5ee52723cffd1.tar.gz gentoo-f96fc2c6c782c37687f85283bfa5ee52723cffd1.tar.bz2 gentoo-f96fc2c6c782c37687f85283bfa5ee52723cffd1.zip |
dev-python/expects: Stabilize 0.9.0 arm64, #749774
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/expects')
-rw-r--r-- | dev-python/expects/expects-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/expects/expects-0.9.0.ebuild b/dev-python/expects/expects-0.9.0.ebuild index 2b1b879d7485..647c749ccd7e 100644 --- a/dev-python/expects/expects-0.9.0.ebuild +++ b/dev-python/expects/expects-0.9.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm64" +KEYWORDS="amd64 arm64" IUSE="test" RESTRICT="!test? ( test )" |