diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-05-28 23:56:45 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-05-29 07:22:42 +0800 |
commit | b6846ac417cbbfe5a0f39b1f9b1c3c61c8c1d662 (patch) | |
tree | 1d3c41162020542da3eaf0ecc530ab260dee2df9 | |
parent | profile/riscv: mask USEs not tested for xfce-base/xfce4-settings (diff) | |
download | gentoo-b6846ac417cbbfe5a0f39b1f9b1c3c61c8c1d662.tar.gz gentoo-b6846ac417cbbfe5a0f39b1f9b1c3c61c8c1d662.tar.bz2 gentoo-b6846ac417cbbfe5a0f39b1f9b1c3c61c8c1d662.zip |
xfce-base/xfce4-settings: add riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
-rw-r--r-- | xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild b/xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild index 1d3bec2bcf6b..d5c9cffb5845 100644 --- a/xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild +++ b/xfce-base/xfce4-settings/xfce4-settings-4.16.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="colord input_devices_libinput libcanberra libnotify upower +xklavier" REQUIRED_USE=${PYTHON_REQUIRED_USE} |