diff options
author | Michal Privoznik <michal.privoznik@gmail.com> | 2023-10-04 12:10:13 +0200 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2023-10-04 12:46:49 -0500 |
commit | 2d24b05f1768cda3161d03b529115ae1c2267c0c (patch) | |
tree | 2309c80fb990f2a0975ebc2c310db09dc7106ecf /app-emulation/virt-viewer/virt-viewer-11.0.ebuild | |
parent | app-emulation/libvirt: Update live ebuild (diff) | |
download | gentoo-2d24b05f1768cda3161d03b529115ae1c2267c0c.tar.gz gentoo-2d24b05f1768cda3161d03b529115ae1c2267c0c.tar.bz2 gentoo-2d24b05f1768cda3161d03b529115ae1c2267c0c.zip |
app-emulation/virt-viewer: Add link to the repo to $HOMEPAGE
Digging out link to virt-viewer's repository from the official
homepage is a bit tricky and slows down checking for new
releases. Add the link to $HOMEPAGE, just like we do for other
virt related ebuilds.
Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/virt-viewer/virt-viewer-11.0.ebuild')
-rw-r--r-- | app-emulation/virt-viewer/virt-viewer-11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/virt-viewer/virt-viewer-11.0.ebuild b/app-emulation/virt-viewer/virt-viewer-11.0.ebuild index c832d7926ced..e018a5a1b62a 100644 --- a/app-emulation/virt-viewer/virt-viewer-11.0.ebuild +++ b/app-emulation/virt-viewer/virt-viewer-11.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit meson python-any-r1 xdg DESCRIPTION="Graphical console client for connecting to virtual machines" -HOMEPAGE="https://virt-manager.org/" +HOMEPAGE="https://virt-manager.org/ https://gitlab.com/virt-viewer/virt-viewer" if [[ ${PV} == *_p* ]] ; then GIT_HASH="f0cc7103becccbce95bdf0c80151178af2bace5a" SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${GIT_HASH}/${PN}-${GIT_HASH}.tar.bz2 -> ${P}.tar.bz2" |