diff options
author | Sam James <sam@gentoo.org> | 2020-12-13 23:30:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-13 23:30:05 +0000 |
commit | 24bff4753f186e78b2c210962d91479b9399f1ab (patch) | |
tree | 7295205198300a3b5b1e0c1e55429c96c78888f2 /dev-libs/libevdev | |
parent | www-servers/tornado: stable 6.0.4 for s390 (diff) | |
download | gentoo-24bff4753f186e78b2c210962d91479b9399f1ab.tar.gz gentoo-24bff4753f186e78b2c210962d91479b9399f1ab.tar.bz2 gentoo-24bff4753f186e78b2c210962d91479b9399f1ab.zip |
dev-libs/libevdev: Stabilize 1.10.0 ppc64, #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 1c4141d46694..022ffa450bed 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" |