diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-11 11:39:22 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-03-11 11:39:57 +0300 |
commit | 04a34e2ba4009b1c5e1d935e34483a70302197de (patch) | |
tree | 096ce074ee0f0a0c6d436a27acac2077f5ed4df9 /dev-python/pyusb | |
parent | app-crypt/yubikey-manager: amd64 stable wrt bug #679276 (diff) | |
download | gentoo-04a34e2ba4009b1c5e1d935e34483a70302197de.tar.gz gentoo-04a34e2ba4009b1c5e1d935e34483a70302197de.tar.bz2 gentoo-04a34e2ba4009b1c5e1d935e34483a70302197de.zip |
dev-python/pyusb: amd64 stable wrt bug #679276
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
Diffstat (limited to 'dev-python/pyusb')
-rw-r--r-- | dev-python/pyusb/pyusb-1.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyusb/pyusb-1.0.2.ebuild b/dev-python/pyusb/pyusb-1.0.2.ebuild index ac5eea3c5d85..2592f61f9dcb 100644 --- a/dev-python/pyusb/pyusb-1.0.2.ebuild +++ b/dev-python/pyusb/pyusb-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/walac/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~x86" +KEYWORDS="amd64 ~arm ~ppc ~x86" IUSE="" ### This version is compatible with both 0.X and 1.X versions of libusb |