diff options
author | 2021-08-17 14:08:09 +1000 | |
---|---|---|
committer | 2021-08-18 08:31:51 +0800 | |
commit | d9414b22334e0ab1c106137474a165c59f30b1ce (patch) | |
tree | 73e8e8aeeb0157a04fc7d5ad42c6a77b4c5b6bc4 /net-libs/signon-oauth2 | |
parent | kde-frameworks/qqc2-desktop-style: keyword 5.85.0 for ~riscv (diff) | |
download | gentoo-d9414b22334e0ab1c106137474a165c59f30b1ce.tar.gz gentoo-d9414b22334e0ab1c106137474a165c59f30b1ce.tar.bz2 gentoo-d9414b22334e0ab1c106137474a165c59f30b1ce.zip |
net-libs/signon-oauth2: keyword 0.25 for ~riscv
Signed-off-by: Alex Fan <alexfanqi@yahoo.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'net-libs/signon-oauth2')
-rw-r--r-- | net-libs/signon-oauth2/signon-oauth2-0.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/signon-oauth2/signon-oauth2-0.25.ebuild b/net-libs/signon-oauth2/signon-oauth2-0.25.ebuild index cdd4b582c806..2af346f5d955 100644 --- a/net-libs/signon-oauth2/signon-oauth2-0.25.ebuild +++ b/net-libs/signon-oauth2/signon-oauth2-0.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://gitlab.com/accounts-sso/${MY_PN}/-/archive/${MY_PV}/${MY_P}.tar LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )" |