diff options
author | 2023-03-22 00:54:01 -0400 | |
---|---|---|
committer | 2023-03-22 05:28:54 +0000 | |
commit | 19132ea604c288c0289958576ba8bec1f1e7f55e (patch) | |
tree | f192fe33801d9406c3b483120c772043eb69251b /dev-libs/libinput | |
parent | dev-python/recommonmark: Keyword 0.7.1-r1 mips, #898014 (diff) | |
download | gentoo-19132ea604c288c0289958576ba8bec1f1e7f55e.tar.gz gentoo-19132ea604c288c0289958576ba8bec1f1e7f55e.tar.bz2 gentoo-19132ea604c288c0289958576ba8bec1f1e7f55e.zip |
dev-libs/libinput: Keyword 1.22.1 mips, #898014
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-rw-r--r-- | dev-libs/libinput/libinput-1.22.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libinput/libinput-1.22.1.ebuild b/dev-libs/libinput/libinput-1.22.1.ebuild index 2cfa0fb9cd1b..57d288d0c784 100644 --- a/dev-libs/libinput/libinput-1.22.1.ebuild +++ b/dev-libs/libinput/libinput-1.22.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.bz2 LICENSE="MIT" SLOT="0/10" if [[ $(ver_cut 3) -lt 900 ]] ; then - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" fi IUSE="doc input_devices_wacom test" RESTRICT="!test? ( test )" |