commit:     19627fda1acf25f1a750c182db520a46a8148d7f
Author:     Michal Privoznik <mprivozn <AT> redhat <DOT> com>
AuthorDate: Wed Jun  2 06:24:06 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun  5 11:09:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19627fda

app-emulation/virt-manager: Update live ebuild

There was a patch merged recently into the upstream repo
(v3.2.0-82-g2024068b) that introduced new dependency on
dev-python/tqdm. And while I'm at it - let's declare branch which
should be checked out (master).

Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
Closes: https://github.com/gentoo/gentoo/pull/21085
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-emulation/virt-manager/virt-manager-9999.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild 
b/app-emulation/virt-manager/virt-manager-9999.ebuild
index 4c93200f4a2..5bb21473d4d 100644
--- a/app-emulation/virt-manager/virt-manager-9999.ebuild
+++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
@@ -16,6 +16,7 @@ if [[ ${PV} = *9999* ]]; then
        inherit git-r3
        SRC_URI=""
        EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git";
+       EGIT_BRANCH="master"
 else
        SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz";
        KEYWORDS="~amd64 ~ppc64 ~x86"
@@ -34,6 +35,7 @@ RDEPEND="${PYTHON_DEPS}
                >=dev-python/libvirt-python-6.10.0[${PYTHON_MULTI_USEDEP}]
                dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
                dev-python/requests[${PYTHON_MULTI_USEDEP}]
+               dev-python/tqdm[${PYTHON_MULTI_USEDEP}]
        ')
        >=sys-libs/libosinfo-0.2.10[introspection]
        gtk? (

Reply via email to