diff options
author | 2021-03-09 10:30:13 +0000 | |
---|---|---|
committer | 2021-03-09 10:30:13 +0000 | |
commit | 0f98c6b79b349c2513b45ee1046db7160d378fac (patch) | |
tree | 2b0ed4062bd75c669cd9a047b8db53d776d385c8 /dev-libs | |
parent | sys-fs/zfs-kmod: 2.0.3: Marked compatiable with 5.11 kernels. (diff) | |
download | gentoo-0f98c6b79b349c2513b45ee1046db7160d378fac.tar.gz gentoo-0f98c6b79b349c2513b45ee1046db7160d378fac.tar.bz2 gentoo-0f98c6b79b349c2513b45ee1046db7160d378fac.zip |
dev-libs/libevdev: Stabilize 1.11.0 arm, #774921
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libevdev/libevdev-1.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libevdev/libevdev-1.11.0.ebuild b/dev-libs/libevdev/libevdev-1.11.0.ebuild index 11acafcb2294..dafd4613db1c 100644 --- a/dev-libs/libevdev/libevdev-1.11.0.ebuild +++ b/dev-libs/libevdev/libevdev-1.11.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then inherit git-r3 else SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi LICENSE="MIT" |