commit: 621bc06243579169bdd03192ca3c30a516473f3a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 11:38:45 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 11:38:45 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=621bc062
app-text/winefish: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-text/winefish/winefish-1.3.3-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/winefish/winefish-1.3.3-r2.ebuild
b/app-text/winefish/winefish-1.3.3-r2.ebuild
index 2c873d65af7..fa8b0eb5d30 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"