commit:     2d24b05f1768cda3161d03b529115ae1c2267c0c
Author:     Michal Privoznik <michal.privoznik <AT> gmail <DOT> com>
AuthorDate: Wed Oct  4 10:10:13 2023 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Wed Oct  4 17:46:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d24b05f

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 <AT> gmail.com>
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 app-emulation/virt-viewer/virt-viewer-11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"

Reply via email to