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: Thu, 07 Jan 2021 01:08:46
Message-Id: 1609981461.015d31eada8179d1129cecfb6e63973dd1bf13f6.sam@gentoo
1 commit: 015d31eada8179d1129cecfb6e63973dd1bf13f6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 01:04:21 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 01:04:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015d31ea
7
8 dev-python/pyusb: Stabilize 1.1.0 x86, #763798
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pyusb/pyusb-1.1.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/pyusb/pyusb-1.1.0.ebuild b/dev-python/pyusb/pyusb-1.1.0.ebuild
16 index 1e709776d67..10a33b7a1ce 100644
17 --- a/dev-python/pyusb/pyusb-1.1.0.ebuild
18 +++ b/dev-python/pyusb/pyusb-1.1.0.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
25
26 ### This version is compatible with both 0.X and 1.X versions of libusb
27 DEPEND="virtual/libusb:="