diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-08-18 19:44:38 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-08-18 19:45:03 -0700 |
commit | 64725ff56b324b45c1639890c7cf766e6144e7b5 (patch) | |
tree | 03d438f79b2e3d08dfbff955062e506747763f44 /dev-libs/libevdev | |
parent | x11-misc/xtermcontrol-3.4: ppc stable, bug 664002 (diff) | |
download | gentoo-64725ff56b324b45c1639890c7cf766e6144e7b5.tar.gz gentoo-64725ff56b324b45c1639890c7cf766e6144e7b5.tar.bz2 gentoo-64725ff56b324b45c1639890c7cf766e6144e7b5.zip |
dev-libs/libevdev-1.5.9-r1: ppc64 stable, bug 664002
Diffstat (limited to 'dev-libs/libevdev')
-rw-r--r-- | dev-libs/libevdev/libevdev-1.5.9-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libevdev/libevdev-1.5.9-r1.ebuild b/dev-libs/libevdev/libevdev-1.5.9-r1.ebuild index 45dd315c0f92..85aae4b2eb81 100644 --- a/dev-libs/libevdev/libevdev-1.5.9-r1.ebuild +++ b/dev-libs/libevdev/libevdev-1.5.9-r1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999* ]] ; then inherit autotools git-r3 else SRC_URI="https://www.freedesktop.org/software/libevdev/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86" fi LICENSE="MIT" |