diff options
author | 2021-07-31 23:21:46 +0600 | |
---|---|---|
committer | 2021-07-31 23:23:24 +0600 | |
commit | c4cd4a19f8c3ecd591c3e29e13ceb8287b53c384 (patch) | |
tree | d36a0effb1612b97acbedb47cfee4689fcdeb482 /x11-misc | |
parent | x11-misc/greenclip-bin: add new package (diff) | |
download | guru-c4cd4a19f8c3ecd591c3e29e13ceb8287b53c384.tar.gz guru-c4cd4a19f8c3ecd591c3e29e13ceb8287b53c384.tar.bz2 guru-c4cd4a19f8c3ecd591c3e29e13ceb8287b53c384.zip |
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@disroot.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xbanish/xbanish-1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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. |