diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-09-20 17:24:30 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-09-20 17:24:30 -0400 |
commit | a505a0d949a6d5dbfad19cbd7ade00e902b31675 (patch) | |
tree | 9e92e3e34169a0fbffb848d30bcb154c3a90093f /dev-libs | |
parent | net-dns/dnsmasq: Drop Sony copyright link (diff) | |
download | gentoo-a505a0d949a6d5dbfad19cbd7ade00e902b31675.tar.gz gentoo-a505a0d949a6d5dbfad19cbd7ade00e902b31675.tar.bz2 gentoo-a505a0d949a6d5dbfad19cbd7ade00e902b31675.zip |
dev-libs/libevdev: arm64 stable (bug #694734)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libevdev/libevdev-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libevdev/libevdev-1.8.0.ebuild b/dev-libs/libevdev/libevdev-1.8.0.ebuild index b5e736fd86c0..cb2879596022 100644 --- a/dev-libs/libevdev/libevdev-1.8.0.ebuild +++ b/dev-libs/libevdev/libevdev-1.8.0.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" |