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-python/pyusb/
Date: Sun, 19 Mar 2023 19:21:28
Message-Id: 1679253673.fe33845d4a272f08fb43aa403cfe9403e78b03df.sam@gentoo
1 commit: fe33845d4a272f08fb43aa403cfe9403e78b03df
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 19 19:21:08 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 19:21:13 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe33845d
7
8 dev-python/pyusb: Stabilize 1.2.1-r1 x86, #902175
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pyusb/pyusb-1.2.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pyusb/pyusb-1.2.1-r1.ebuild b/dev-python/pyusb/pyusb-1.2.1-r1.ebuild
16 index 3cfe3a80f327..4edc92acc431 100644
17 --- a/dev-python/pyusb/pyusb-1.2.1-r1.ebuild
18 +++ b/dev-python/pyusb/pyusb-1.2.1-r1.ebuild
19 @@ -12,7 +12,7 @@ HOMEPAGE="https://pyusb.github.io/pyusb/ https://pypi.org/project/pyusb/"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv x86"
25
26 ### This version is compatible with both 0.X and 1.X versions of libusb
27 DEPEND="virtual/libusb:="