commit: 32a1a3e3e328df5b15e2571ae9a9a2aa2c85d02a
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 23 02:12:05 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Nov 23 02:12:05 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32a1a3e3
app-laptop/hdaps-gl: fix ${HOMEPAGE} in SRC_URI QA issue
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-laptop/hdaps-gl/hdaps-gl-0.0.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 3fafe3240d2..9fa8e04322e 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"