diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-07-18 13:32:22 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-07-18 13:32:22 +0200 |
commit | 539900e4008064c82c62865697d988d173b55427 (patch) | |
tree | 6cf244854a643c3e0e15fd48497c065bf3f7e245 /dev-libs/libevdev | |
parent | sci-visualization/gnuplot: ppc stable wrt bug #689718 (diff) | |
download | gentoo-539900e4008064c82c62865697d988d173b55427.tar.gz gentoo-539900e4008064c82c62865697d988d173b55427.tar.bz2 gentoo-539900e4008064c82c62865697d988d173b55427.zip |
dev-libs/libevdev: ppc64 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="ppc64"
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 462a720a2ba6..2deabf826d72 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" |