From: Aaron Bauman Date: Sat, 23 Nov 2019 02:12:05 +0000 (-0500) Subject: app-laptop/hdaps-gl: fix ${HOMEPAGE} in SRC_URI QA issue X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=32a1a3e3e328df5b15e2571ae9a9a2aa2c85d02a;p=gentoo.git app-laptop/hdaps-gl: fix ${HOMEPAGE} in SRC_URI QA issue Signed-off-by: Aaron Bauman --- diff --git a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild index 3fafe3240d22..9fa8e04322e6 100644 --- a/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild +++ b/app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="OpenGL visualization for HDAPS data" HOMEPAGE="https://github.com/linux-thinkpad/${PN}" -SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz" +SRC_URI="https://github.com/linux-thinkpad/${PN}/releases/download/${PV}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"