diff options
author | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-09-13 06:52:14 +0000 |
---|---|---|
committer | Repository mirror & CI <repomirrorci@gentoo.org> | 2020-09-13 06:52:14 +0000 |
commit | 5ad82f91335cac02e4009dd68ca2f0d140930dce (patch) | |
tree | dc09165465027f8575c06c8d9db1d2d23cd88dca /dev-libs/libevdev/libevdev-1.9.1.ebuild | |
parent | 2020-09-13 06:05:31 UTC (diff) | |
parent | dev-python/iniconfig: Keyword 1.0.0 ppc, #734780 (diff) | |
download | gentoo-5ad82f91335cac02e4009dd68ca2f0d140930dce.tar.gz gentoo-5ad82f91335cac02e4009dd68ca2f0d140930dce.tar.bz2 gentoo-5ad82f91335cac02e4009dd68ca2f0d140930dce.zip |
Merge updates from master
Diffstat (limited to 'dev-libs/libevdev/libevdev-1.9.1.ebuild')
-rw-r--r-- | dev-libs/libevdev/libevdev-1.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libevdev/libevdev-1.9.1.ebuild b/dev-libs/libevdev/libevdev-1.9.1.ebuild index 8f8dd07ac544..c454b366cf7b 100644 --- a/dev-libs/libevdev/libevdev-1.9.1.ebuild +++ b/dev-libs/libevdev/libevdev-1.9.1.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 ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" fi LICENSE="MIT" |