commit:     b201dee7dfebd1a637c56173dec7237ac05ec283
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 06:39:45 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 06:43:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b201dee7

dev-python/pyfuse3: fix RedundantUriRename

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/pyfuse3/pyfuse3-3.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyfuse3/pyfuse3-3.1.1.ebuild 
b/dev-python/pyfuse3/pyfuse3-3.1.1.ebuild
index ae3a573f428a..6c01439d2f3a 100644
--- a/dev-python/pyfuse3/pyfuse3-3.1.1.ebuild
+++ b/dev-python/pyfuse3/pyfuse3-3.1.1.ebuild
@@ -8,7 +8,7 @@ inherit distutils-r1
 
 DESCRIPTION="Python 3 bindings for libfuse 3 with asynchronous API"
 HOMEPAGE="https://github.com/libfuse/pyfuse3";
-SRC_URI="https://github.com/libfuse/${PN}/releases/download/release-${PV}/${P}.tar.gz
 -> ${P}.tar.gz"
+SRC_URI="https://github.com/libfuse/${PN}/releases/download/release-${PV}/${P}.tar.gz";
 
 LICENSE="LGPL-2"
 SLOT="0"

Reply via email to