diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-04-05 12:10:51 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-04-05 12:10:51 +0200 |
commit | 5fce42497357e7cc33513ab7ff00c4295ca682e4 (patch) | |
tree | 75aabdb9ffc185d02f840f3a4bd85b3525285c41 /dev-libs/libevdev | |
parent | net-analyzer/net-snmp: ppc64 stable wrt bug #710536 (diff) | |
download | gentoo-5fce42497357e7cc33513ab7ff00c4295ca682e4.tar.gz gentoo-5fce42497357e7cc33513ab7ff00c4295ca682e4.tar.bz2 gentoo-5fce42497357e7cc33513ab7ff00c4295ca682e4.zip |
dev-libs/libevdev: ppc64 stable wrt bug #714896
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
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 f89e3c56fec1..dee29df49b0a 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" |