diff options
author | Sam James <sam@gentoo.org> | 2020-07-19 01:33:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-19 01:33:30 +0000 |
commit | bedd7b89c2c0f99649aaa78971b01c6496d0d781 (patch) | |
tree | 5258897d7e27ce674ebfd4b1497fa1ff2fa6c718 /dev-libs/libinput | |
parent | dev-python/pythondialog: x86 stable (bug #732072) (diff) | |
download | gentoo-bedd7b89c2c0f99649aaa78971b01c6496d0d781.tar.gz gentoo-bedd7b89c2c0f99649aaa78971b01c6496d0d781.tar.bz2 gentoo-bedd7b89c2c0f99649aaa78971b01c6496d0d781.zip |
dev-libs/libinput: ppc64 stable (bug #732948)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-rw-r--r-- | dev-libs/libinput/libinput-1.15.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libinput/libinput-1.15.6.ebuild b/dev-libs/libinput/libinput-1.15.6.ebuild index 8cbb7fd5b1cc..e2f0f48c0ecb 100644 --- a/dev-libs/libinput/libinput-1.15.6.ebuild +++ b/dev-libs/libinput/libinput-1.15.6.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 ~s390 sparc ~x86" +KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~s390 sparc ~x86" IUSE="doc input_devices_wacom test" RESTRICT="!test? ( test )" |