diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-01-02 12:51:14 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-01-02 12:51:14 +0000 |
commit | 892d80487ae3930062c8c409916b4ac3a3b40796 (patch) | |
tree | 5fa1da0f38e1f400ce48e56f02c998b11e141daa /dev-libs/libinput | |
parent | dev-libs/libevdev: Keyword 1.12.0 for ~m68k (diff) | |
download | gentoo-892d80487ae3930062c8c409916b4ac3a3b40796.tar.gz gentoo-892d80487ae3930062c8c409916b4ac3a3b40796.tar.bz2 gentoo-892d80487ae3930062c8c409916b4ac3a3b40796.zip |
dev-libs/libinput: Keyword 1.19.3 for ~m68k
The tests pass.
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-rw-r--r-- | dev-libs/libinput/libinput-1.19.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libinput/libinput-1.19.3.ebuild b/dev-libs/libinput/libinput-1.19.3.ebuild index 07b92e48c6a0..4fc5406a4519 100644 --- a/dev-libs/libinput/libinput-1.19.3.ebuild +++ b/dev-libs/libinput/libinput-1.19.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2014-2021 Gentoo Authors +# Copyright 2014-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="doc input_devices_wacom test" RESTRICT="!test? ( test )" |