diff options
author | Sam James <sam@gentoo.org> | 2021-01-07 00:52:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-07 00:57:54 +0000 |
commit | 5c1f67d2d721345b567d0e568f7a98e0f86eec86 (patch) | |
tree | e32ec5e15192828f6b1eb30435c384d14f3aa4f5 /dev-python/pyusb/pyusb-1.1.0.ebuild | |
parent | dev-python/reportlab: Stabilize 3.5.56 amd64, #763795 (diff) | |
download | gentoo-5c1f67d2d721345b567d0e568f7a98e0f86eec86.tar.gz gentoo-5c1f67d2d721345b567d0e568f7a98e0f86eec86.tar.bz2 gentoo-5c1f67d2d721345b567d0e568f7a98e0f86eec86.zip |
dev-python/pyusb: Stabilize 1.1.0 amd64, #763798
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pyusb/pyusb-1.1.0.ebuild')
-rw-r--r-- | dev-python/pyusb/pyusb-1.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyusb/pyusb-1.1.0.ebuild b/dev-python/pyusb/pyusb-1.1.0.ebuild index f329f17c2418..1e709776d67f 100644 --- a/dev-python/pyusb/pyusb-1.1.0.ebuild +++ b/dev-python/pyusb/pyusb-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86" ### This version is compatible with both 0.X and 1.X versions of libusb DEPEND="virtual/libusb:=" |