From: David Seifert Date: Thu, 29 Aug 2019 11:38:45 +0000 (+0200) Subject: app-text/winefish: [QA] Fix ${HOMEPAGE} in SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=621bc06243579169bdd03192ca3c30a516473f3a;p=gentoo.git app-text/winefish: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert --- diff --git a/app-text/winefish/winefish-1.3.3-r2.ebuild b/app-text/winefish/winefish-1.3.3-r2.ebuild index 2c873d65af7f..fa8b0eb5d306 100644 --- a/app-text/winefish/winefish-1.3.3-r2.ebuild +++ b/app-text/winefish/winefish-1.3.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ MY_PV=${PV/%[[:alpha:]]/} DESCRIPTION="LaTeX editor based on Bluefish" HOMEPAGE="https://github.com/viettug/winefish" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/viettug/winefish/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"