diff options
author | Matt Turner <mattst88@gentoo.org> | 2019-01-27 21:10:38 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-01-27 21:10:38 -0800 |
commit | 350b6283c1b286e1057c90371de68a4d3ed77cea (patch) | |
tree | 67af9747a78b4c860cec4c4d77e672a2dae93fae /dev-libs/libevdev | |
parent | dev-python/debtcollector: 1.19.0 py37 (diff) | |
download | gentoo-350b6283c1b286e1057c90371de68a4d3ed77cea.tar.gz gentoo-350b6283c1b286e1057c90371de68a4d3ed77cea.tar.bz2 gentoo-350b6283c1b286e1057c90371de68a4d3ed77cea.zip |
dev-libs/libevdev-1.6.0: alpha stable, bug 675818
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/libevdev')
-rw-r--r-- | dev-libs/libevdev/libevdev-1.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libevdev/libevdev-1.6.0.ebuild b/dev-libs/libevdev/libevdev-1.6.0.ebuild index 20b90557e3d9..7f2bf0f24d21 100644 --- a/dev-libs/libevdev/libevdev-1.6.0.ebuild +++ b/dev-libs/libevdev/libevdev-1.6.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" |