From: David Seifert Date: Mon, 13 Jan 2020 10:06:08 +0000 (+0100) Subject: sys-fs/simple-mtpfs: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d8980005c9df0df8ff4f3830be3e91ca7156d55c;p=gentoo.git sys-fs/simple-mtpfs: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- diff --git a/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild b/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild index 5e46a628ca75..5247a121e82b 100644 --- a/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild +++ b/sys-fs/simple-mtpfs/simple-mtpfs-0.3.0.ebuild @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Simple MTP fuse filesystem driver" HOMEPAGE="https://github.com/phatina/simple-mtpfs" -SRC_URI="${HOMEPAGE}/archive/${P}.tar.gz" +SRC_URI="https://github.com/phatina/simple-mtpfs/archive/${P}.tar.gz" LICENSE="GPL-2+" SLOT="0"