From: David Seifert Date: Wed, 28 Aug 2019 14:34:07 +0000 (+0200) Subject: app-laptop/tp_smapi: [QA] Fix ${HOMEPAGE} in SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=390aa98d3ddeb1a56ae0a3a7de1747c15a3e6cef;p=gentoo.git app-laptop/tp_smapi: [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-laptop/tp_smapi/tp_smapi-0.43.ebuild b/app-laptop/tp_smapi/tp_smapi-0.43.ebuild index 8a841c5e15ac..99b675c4c0f3 100644 --- a/app-laptop/tp_smapi/tp_smapi-0.43.ebuild +++ b/app-laptop/tp_smapi/tp_smapi-0.43.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit flag-o-matic linux-mod DESCRIPTION="IBM ThinkPad SMAPI BIOS driver" -HOMEPAGE="https://github.com/evgeni/${PN}" -SRC_URI="${HOMEPAGE}/releases/download/tp-smapi/${PV}/${P}.tgz" +HOMEPAGE="https://github.com/evgeni/tp_smapi" +SRC_URI="https://github.com/evgeni/tp_smapi/releases/download/tp-smapi/${PV}/${P}.tgz" LICENSE="GPL-2" SLOT="0"