diff options
author | Sam James <sam@gentoo.org> | 2020-10-06 04:25:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-06 04:25:33 +0000 |
commit | 6654e7f856049be0dacfd9bb895d7c17aac227d4 (patch) | |
tree | 883dd46932c03a867d3625a9b5f363872c3e4acd /net-libs/signon-oauth2 | |
parent | virtual/jack: Stabilize 1 arm64, #746722 (diff) | |
download | gentoo-6654e7f856049be0dacfd9bb895d7c17aac227d4.tar.gz gentoo-6654e7f856049be0dacfd9bb895d7c17aac227d4.tar.bz2 gentoo-6654e7f856049be0dacfd9bb895d7c17aac227d4.zip |
net-libs/signon-oauth2: Keyword 0.24 arm, #746557
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/signon-oauth2')
-rw-r--r-- | net-libs/signon-oauth2/signon-oauth2-0.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/signon-oauth2/signon-oauth2-0.24.ebuild b/net-libs/signon-oauth2/signon-oauth2-0.24.ebuild index 6afc4fe8d209..4b610ba173e5 100644 --- a/net-libs/signon-oauth2/signon-oauth2-0.24.ebuild +++ b/net-libs/signon-oauth2/signon-oauth2-0.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://gitlab.com/accounts-sso/${MY_PN}/-/archive/${MY_PV}/${MY_PN}-${ LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm64 x86" +KEYWORDS="amd64 ~arm arm64 x86" IUSE="test" RESTRICT="!test? ( test )" |