diff options
author | Sam James <sam@gentoo.org> | 2020-07-17 20:42:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-17 20:47:36 +0000 |
commit | 8068a87ee1fd4a4d2c38984f7b22acb481e700bf (patch) | |
tree | 182b8dce191a1a6281704080a25133f4ad668224 /dev-libs | |
parent | app-crypt/seahorse: bump to 3.36.2 (diff) | |
download | gentoo-8068a87ee1fd4a4d2c38984f7b22acb481e700bf.tar.gz gentoo-8068a87ee1fd4a4d2c38984f7b22acb481e700bf.tar.bz2 gentoo-8068a87ee1fd4a4d2c38984f7b22acb481e700bf.zip |
dev-libs/libinput: arm64 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')
-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 612514911a8d..8cbb7fd5b1cc 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 )" |