diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-04-05 12:13:14 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-04-05 12:13:14 +0200 |
commit | 89e8a3c9b980978ce64441e9f58faab483a9940f (patch) | |
tree | 69485b73d381a50f9c8fad3859e7ea31fbe7cdff /dev-libs/libevdev | |
parent | dev-libs/clhpp: x86 stable wrt bug #714896 (diff) | |
download | gentoo-89e8a3c9b980978ce64441e9f58faab483a9940f.tar.gz gentoo-89e8a3c9b980978ce64441e9f58faab483a9940f.tar.bz2 gentoo-89e8a3c9b980978ce64441e9f58faab483a9940f.zip |
dev-libs/libevdev: x86 stable wrt bug #714896
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/libevdev')
-rw-r--r-- | dev-libs/libevdev/libevdev-1.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libevdev/libevdev-1.9.0.ebuild b/dev-libs/libevdev/libevdev-1.9.0.ebuild index 262550351f52..29f451e57e28 100644 --- a/dev-libs/libevdev/libevdev-1.9.0.ebuild +++ b/dev-libs/libevdev/libevdev-1.9.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 s390 sparc ~x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 s390 sparc x86" fi LICENSE="MIT" |