commit: c4cd4a19f8c3ecd591c3e29e13ceb8287b53c384 Author: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org> AuthorDate: Sat Jul 31 17:21:46 2021 +0000 Commit: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org> CommitDate: Sat Jul 31 17:23:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4cd4a19
x11-misc/xbanish: dont use $HOMEPAGE on SRC_URI Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org> x11-misc/xbanish/xbanish-1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/xbanish/xbanish-1.7.ebuild b/x11-misc/xbanish/xbanish-1.7.ebuild index dee55cf7e..c4261782f 100644 --- a/x11-misc/xbanish/xbanish-1.7.ebuild +++ b/x11-misc/xbanish/xbanish-1.7.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves" HOMEPAGE="https://github.com/jcs/xbanish" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/jcs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64" # NOTE: Upstream moved to ISC license on master.
