diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-07-17 16:02:50 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-07-17 16:02:50 +0200 |
commit | 61ebbb04c6dc44b82aa5a82f25885f092c1b127a (patch) | |
tree | 74594efb4aa1617182b9506f21a638dbdce717da /dev-libs/libevdev | |
parent | app-crypt/gnupg: s390 stable wrt bug #689392 (diff) | |
download | gentoo-61ebbb04c6dc44b82aa5a82f25885f092c1b127a.tar.gz gentoo-61ebbb04c6dc44b82aa5a82f25885f092c1b127a.tar.bz2 gentoo-61ebbb04c6dc44b82aa5a82f25885f092c1b127a.zip |
dev-libs/libevdev: s390 stable wrt bug #689510
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="s390"
Diffstat (limited to 'dev-libs/libevdev')
-rw-r--r-- | dev-libs/libevdev/libevdev-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libevdev/libevdev-1.7.0.ebuild b/dev-libs/libevdev/libevdev-1.7.0.ebuild index 63fb76576d9d..de4291783ff5 100644 --- a/dev-libs/libevdev/libevdev-1.7.0.ebuild +++ b/dev-libs/libevdev/libevdev-1.7.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" |