diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-09-25 07:15:58 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-09-25 07:15:58 +0200 |
commit | d26ba26c73fae0fbdb9c063372755de7fe57b629 (patch) | |
tree | 63bf87de99b8f56c2c8cc00206e71cc12bc4a8e9 /dev-libs/libinput | |
parent | sys-devel/gdb: ppc stable wrt bug #813183 (diff) | |
download | gentoo-d26ba26c73fae0fbdb9c063372755de7fe57b629.tar.gz gentoo-d26ba26c73fae0fbdb9c063372755de7fe57b629.tar.bz2 gentoo-d26ba26c73fae0fbdb9c063372755de7fe57b629.zip |
dev-libs/libinput: ppc stable wrt bug #813456
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-rw-r--r-- | dev-libs/libinput/libinput-1.18.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libinput/libinput-1.18.1.ebuild b/dev-libs/libinput/libinput-1.18.1.ebuild index 2a118f9c8fca..1ca2ccd4a312 100644 --- a/dev-libs/libinput/libinput-1.18.1.ebuild +++ b/dev-libs/libinput/libinput-1.18.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" LICENSE="MIT" SLOT="0/10" [[ "$(ver_cut 3)" -gt 900 ]] || \ -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" IUSE="doc input_devices_wacom test" RESTRICT="!test? ( test )" |