Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libusb/
Date: Thu, 02 Jun 2022 02:03:10
Message-Id: 1654135343.c0aa5e154e342065aa0fb9c21287ece1185d2002.sam@gentoo
1 commit: c0aa5e154e342065aa0fb9c21287ece1185d2002
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 2 02:02:23 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 2 02:02:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0aa5e15
7
8 dev-libs/libusb: Stabilize 1.0.26 x86, #849134
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libusb/libusb-1.0.26.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libusb/libusb-1.0.26.ebuild b/dev-libs/libusb/libusb-1.0.26.ebuild
16 index 62e5552d1cf3..ce88ee09dd4f 100644
17 --- a/dev-libs/libusb/libusb-1.0.26.ebuild
18 +++ b/dev-libs/libusb/libusb-1.0.26.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.bz2"
20
21 LICENSE="LGPL-2.1"
22 SLOT="1"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
25 IUSE="debug doc examples static-libs test udev"
26 RESTRICT="!test? ( test )"
27 REQUIRED_USE="static-libs? ( !udev )"