diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-08 14:24:42 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2017-12-08 14:24:42 +0100 |
commit | 5e9aa14f330021593ec3d0c1e05fac5dd133124b (patch) | |
tree | 04e0a1accad7f4f7d111e309dffb5f284d5140cc /sys-power | |
parent | www-apps/nextcloud: 11.0.6/12.0.4 bumps (diff) | |
download | gentoo-5e9aa14f330021593ec3d0c1e05fac5dd133124b.tar.gz gentoo-5e9aa14f330021593ec3d0c1e05fac5dd133124b.tar.bz2 gentoo-5e9aa14f330021593ec3d0c1e05fac5dd133124b.zip |
sys-power/uhubctl: Rev bump to fix BadFilename QA warning
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/uhubctl/Manifest | 2 | ||||
-rw-r--r-- | sys-power/uhubctl/uhubctl-1.8-r1.ebuild (renamed from sys-power/uhubctl/uhubctl-1.8.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-power/uhubctl/Manifest b/sys-power/uhubctl/Manifest index cbc78b855141..1a41656f34de 100644 --- a/sys-power/uhubctl/Manifest +++ b/sys-power/uhubctl/Manifest @@ -1 +1 @@ -DIST v1.8.tar.gz 16158 BLAKE2B 1203e9711716987c0f60786cfe48a92a9a9a78f4bceb3851889a305a1289772375c6a512c361ba1e3e937fa1cb2f64e07365ef494e248e07a7a4f45f9e78c451 SHA512 fcc88ca47467e8e6085a75461495393306ddff1d6f7c9184c129bbdd044451b6430ac916f648b9f71c798054373f3d9102185e3d0c8f355c47e2574a1984ec9d +DIST uhubctl-1.8.tar.gz 16158 BLAKE2B 1203e9711716987c0f60786cfe48a92a9a9a78f4bceb3851889a305a1289772375c6a512c361ba1e3e937fa1cb2f64e07365ef494e248e07a7a4f45f9e78c451 SHA512 fcc88ca47467e8e6085a75461495393306ddff1d6f7c9184c129bbdd044451b6430ac916f648b9f71c798054373f3d9102185e3d0c8f355c47e2574a1984ec9d diff --git a/sys-power/uhubctl/uhubctl-1.8.ebuild b/sys-power/uhubctl/uhubctl-1.8-r1.ebuild index 90759ede5c1c..743f2d6cbbaa 100644 --- a/sys-power/uhubctl/uhubctl-1.8.ebuild +++ b/sys-power/uhubctl/uhubctl-1.8-r1.ebuild @@ -5,14 +5,14 @@ EAPI=6 DESCRIPTION="USB hub per-port power control" HOMEPAGE="https://github.com/mvp/uhubctl" -SRC_URI="https://github.com/mvp/uhubctl/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/mvp/uhubctl/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86 ~arm" IUSE="" -DEPEND="dev-libs/libusb:1" +DEPEND="virtual/libusb:1" RDEPEND="${DEPEND}" src_prepare() { |