Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyusb/
Date: Mon, 11 Mar 2019 08:40:20
Message-Id: 1552293597.04a34e2ba4009b1c5e1d935e34483a70302197de.zlogene@gentoo
1 commit: 04a34e2ba4009b1c5e1d935e34483a70302197de
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 11 08:39:22 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 11 08:39:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a34e2b
7
8 dev-python/pyusb: amd64 stable wrt bug #679276
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 dev-python/pyusb/pyusb-1.0.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/pyusb/pyusb-1.0.2.ebuild b/dev-python/pyusb/pyusb-1.0.2.ebuild
18 index ac5eea3c5d8..2592f61f9dc 100644
19 --- a/dev-python/pyusb/pyusb-1.0.2.ebuild
20 +++ b/dev-python/pyusb/pyusb-1.0.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/walac/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
28
29 LICENSE="BSD"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~arm ~ppc ~x86"
32 +KEYWORDS="amd64 ~arm ~ppc ~x86"
33 IUSE=""
34
35 ### This version is compatible with both 0.X and 1.X versions of libusb