diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-11-21 14:00:37 +0000 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-11-23 09:08:59 +0800 |
commit | a8e7e89d436ca9a47520a00dd18ddd173d1bd070 (patch) | |
tree | f9a09e3f0624410091f9f2fcfad5adbb5180d30d /x11-libs | |
parent | net-wireless/blueman: keyword ~riscv (diff) | |
download | gentoo-a8e7e89d436ca9a47520a00dd18ddd173d1bd070.tar.gz gentoo-a8e7e89d436ca9a47520a00dd18ddd173d1bd070.tar.bz2 gentoo-a8e7e89d436ca9a47520a00dd18ddd173d1bd070.zip |
x11-libs/libfakekey: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libfakekey/libfakekey-0.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild b/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild index 298324e02288..4957afca44d2 100644 --- a/x11-libs/libfakekey/libfakekey-0.3-r1.ebuild +++ b/x11-libs/libfakekey/libfakekey-0.3-r1.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 @@ -11,7 +11,7 @@ SRC_URI="https://git.yoctoproject.org/cgit/cgit.cgi/${PN}/snapshot/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv x86" IUSE="debug doc" BDEPEND="doc? ( app-doc/doxygen )" |