commit: a3ae99d40c708202b40f677c9723549a7e635e0d Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Tue Jun 7 06:32:01 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Jun 7 06:34:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ae99d4
dev-libs/hidapi: Stabilize 0.11.0 amd64, #849902 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-libs/hidapi/hidapi-0.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/hidapi/hidapi-0.11.0.ebuild b/dev-libs/hidapi/hidapi-0.11.0.ebuild index 1ed0ca0f94db..79f07d31799b 100644 --- a/dev-libs/hidapi/hidapi-0.11.0.ebuild +++ b/dev-libs/hidapi/hidapi-0.11.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libusb/hidapi/archive/${P}.tar.gz -> ${P}.tgz" LICENSE="|| ( BSD GPL-3 HIDAPI )" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" IUSE="doc fox" RDEPEND="
