app-misc/fslint: [QA] Fix ${HOMEPAGE} in SRC_URI
authorDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 16:12:01 +0000 (18:12 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 16:12:01 +0000 (18:12 +0200)
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-misc/fslint/fslint-2.46.ebuild

index 6e119a86e0a10d15b57b2250d65cc3f05e4633c9..6d500bd232fca9b29ab4d96c2a1fb95b314e9ce3 100644 (file)
@@ -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
@@ -10,7 +10,7 @@ inherit eutils python-r1
 
 DESCRIPTION="A utility to find various forms of lint on a filesystem"
 HOMEPAGE="http://www.pixelbeat.org/fslint/"
-SRC_URI="${HOMEPAGE}${P}.tar.xz"
+SRC_URI="http://www.pixelbeat.org/fslint/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"