diff options
author | Sam James <sam@gentoo.org> | 2020-12-06 20:42:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-06 20:48:46 +0000 |
commit | 3de9f5ddd348025c7855b209974a6b4c99a802e6 (patch) | |
tree | bbc35b75940db8c2d09eb3c6de12d1a0330b2427 /dev-libs/libevdev | |
parent | dev-libs/libclc: Stabilize 0.2.0_pre20201001 amd64, #758461 (diff) | |
download | gentoo-3de9f5ddd348025c7855b209974a6b4c99a802e6.tar.gz gentoo-3de9f5ddd348025c7855b209974a6b4c99a802e6.tar.bz2 gentoo-3de9f5ddd348025c7855b209974a6b4c99a802e6.zip |
dev-libs/libevdev: Stabilize 1.10.0 amd64, #758461
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libevdev')
-rw-r--r-- | dev-libs/libevdev/libevdev-1.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libevdev/libevdev-1.10.0.ebuild b/dev-libs/libevdev/libevdev-1.10.0.ebuild index 133a9e3a3985..ae7284c57521 100644 --- a/dev-libs/libevdev/libevdev-1.10.0.ebuild +++ b/dev-libs/libevdev/libevdev-1.10.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" |