diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 18:12:01 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 18:12:01 +0200 |
commit | eead7f8bd1f2053161301f9395185b4b5d5dabe1 (patch) | |
tree | 7611b661eef0f7869d852cbb5647899f8d6b3b3e /app-misc | |
parent | games-emulation/pcsx2: ebuild enhancements. (diff) | |
download | gentoo-eead7f8bd1f2053161301f9395185b4b5d5dabe1.tar.gz gentoo-eead7f8bd1f2053161301f9395185b4b5d5dabe1.tar.bz2 gentoo-eead7f8bd1f2053161301f9395185b4b5d5dabe1.zip |
app-misc/fslint: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/fslint/fslint-2.46.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/fslint/fslint-2.46.ebuild b/app-misc/fslint/fslint-2.46.ebuild index 6e119a86e0a1..6d500bd232fc 100644 --- a/app-misc/fslint/fslint-2.46.ebuild +++ b/app-misc/fslint/fslint-2.46.ebuild @@ -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" |