diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-05-28 23:55:16 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-05-29 07:22:34 +0800 |
commit | aaeb690f418341d0398157c5225a583adcd2cef9 (patch) | |
tree | 19a0e6205dbf22cd992bab61155643bd52265fb3 /sys-power | |
parent | profile/riscv: mask USE=ios for sys-power/upower (diff) | |
download | gentoo-aaeb690f418341d0398157c5225a583adcd2cef9.tar.gz gentoo-aaeb690f418341d0398157c5225a583adcd2cef9.tar.bz2 gentoo-aaeb690f418341d0398157c5225a583adcd2cef9.zip |
sys-power/upower: add riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/upower/upower-0.99.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/upower/upower-0.99.11.ebuild b/sys-power/upower/upower-0.99.11.ebuild index 7ae3e5c30bff..244e6fd5c246 100644 --- a/sys-power/upower/upower-0.99.11.ebuild +++ b/sys-power/upower/upower-0.99.11.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.freedesktop.org/upower/upower/uploads/${COMMIT}/${P}.tar LICENSE="GPL-2" SLOT="0/3" # based on SONAME of libupower-glib.so -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86" # gtk-doc files are not available as prebuilt in the tarball IUSE="doc +introspection ios kernel_FreeBSD kernel_linux selinux" |