diff options
author | Yixun Lan <dlan@gentoo.org> | 2021-05-25 17:57:51 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-05-25 22:19:26 +0800 |
commit | 219ac1ad75e4f7d57abc0942304cf4daa9d9c2fd (patch) | |
tree | 6734fb13a390e7c99431a0de3a6b4d51d5f45d32 /x11-libs/tslib | |
parent | profile/riscv: mask USE=sdl for x11-libs/tslib (diff) | |
download | gentoo-219ac1ad75e4f7d57abc0942304cf4daa9d9c2fd.tar.gz gentoo-219ac1ad75e4f7d57abc0942304cf4daa9d9c2fd.tar.bz2 gentoo-219ac1ad75e4f7d57abc0942304cf4daa9d9c2fd.zip |
x11-libs/tslib: add riscv keyword
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'x11-libs/tslib')
-rw-r--r-- | x11-libs/tslib/tslib-1.22.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/tslib/tslib-1.22.ebuild b/x11-libs/tslib/tslib-1.22.ebuild index ea4cf2ff9605..af4192d4da5a 100644 --- a/x11-libs/tslib/tslib-1.22.ebuild +++ b/x11-libs/tslib/tslib-1.22.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/libts/tslib/releases/download/${PV}/${P}.tar.xz" LICENSE="LGPL-2 uinput? ( GPL-2+ )" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" IUSE="evdev sdl uinput" BDEPEND=" |