diff options
author | 2024-12-30 16:16:54 +0000 | |
---|---|---|
committer | 2024-12-30 16:16:54 +0000 | |
commit | 2672d12dac7546d8fae74c08f6cf0eb63e8f8d0a (patch) | |
tree | cbf2fc06423dc124d529fe7b14c0cdfed3fdfe03 /dev-libs | |
parent | mail-mta/ssmtp: add 2.64_p12 (diff) | |
download | gentoo-2672d12dac7546d8fae74c08f6cf0eb63e8f8d0a.tar.gz gentoo-2672d12dac7546d8fae74c08f6cf0eb63e8f8d0a.tar.bz2 gentoo-2672d12dac7546d8fae74c08f6cf0eb63e8f8d0a.zip |
dev-libs/libinput: Stabilize 1.27.0 amd64, #947220
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libinput/libinput-1.27.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libinput/libinput-1.27.0.ebuild b/dev-libs/libinput/libinput-1.27.0.ebuild index 2dcde3640a39..c5b440c17656 100644 --- a/dev-libs/libinput/libinput-1.27.0.ebuild +++ b/dev-libs/libinput/libinput-1.27.0.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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi IUSE="doc input_devices_wacom test" RESTRICT="!test? ( test )" |