diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-28 14:30:05 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-11-28 14:30:05 +0100 |
commit | fb86c2bb6e4e4fcc3345befd23ed4a90ab222d09 (patch) | |
tree | 74086e4965f982aa9580f11fdce9c8989447931e /dev-libs/libinput | |
parent | dev-libs/leatherman: x86 stable (bug #756301) (diff) | |
download | gentoo-fb86c2bb6e4e4fcc3345befd23ed4a90ab222d09.tar.gz gentoo-fb86c2bb6e4e4fcc3345befd23ed4a90ab222d09.tar.bz2 gentoo-fb86c2bb6e4e4fcc3345befd23ed4a90ab222d09.zip |
dev-libs/libinput: x86 stable (bug #757354)
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-rw-r--r-- | dev-libs/libinput/libinput-1.16.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libinput/libinput-1.16.3.ebuild b/dev-libs/libinput/libinput-1.16.3.ebuild index e2ae19212794..9bb1e710ef34 100644 --- a/dev-libs/libinput/libinput-1.16.3.ebuild +++ b/dev-libs/libinput/libinput-1.16.3.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 )" |