diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-25 07:02:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-25 07:02:14 +0300 |
commit | b2d00b679670e6802c094e5d753cc1d7ecf2e919 (patch) | |
tree | 533b9ec83c880929b05700965f597ac85cb15964 /dev-libs/hidapi | |
parent | dev-embedded/avrdude: Stabilize 7.0 ppc64, #866404 (diff) | |
download | gentoo-b2d00b679670e6802c094e5d753cc1d7ecf2e919.tar.gz gentoo-b2d00b679670e6802c094e5d753cc1d7ecf2e919.tar.bz2 gentoo-b2d00b679670e6802c094e5d753cc1d7ecf2e919.zip |
dev-libs/hidapi: Stabilize 0.11.0 ppc64, #866404
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/hidapi')
-rw-r--r-- | dev-libs/hidapi/hidapi-0.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/hidapi/hidapi-0.11.0.ebuild b/dev-libs/hidapi/hidapi-0.11.0.ebuild index ef2142b02658..4334e09917e1 100644 --- a/dev-libs/hidapi/hidapi-0.11.0.ebuild +++ b/dev-libs/hidapi/hidapi-0.11.0.ebuild @@ -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=" |