diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-01-05 16:03:15 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-05 16:04:12 +0200 |
commit | c6cce8816962091ed9d0b93dba36c152e6df72a2 (patch) | |
tree | 4f7120766c820bf5b7047a20b5a3841f72856eed /app-emulation/virt-manager | |
parent | profiles/profiles.desc: update ppc-macos to reflect only available profile (diff) | |
download | gentoo-c6cce8816962091ed9d0b93dba36c152e6df72a2.tar.gz gentoo-c6cce8816962091ed9d0b93dba36c152e6df72a2.tar.bz2 gentoo-c6cce8816962091ed9d0b93dba36c152e6df72a2.zip |
app-emulation/virt-manager: fix dependency typo in -9999
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation/virt-manager')
-rw-r--r-- | app-emulation/virt-manager/virt-manager-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index ea1e3be6ec37..08f5fd5f3011 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,7 @@ RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-libs/libxml2[python,${PYTHON_MULTI_USEDEP}] dev-python/argcomplete[${PYTHON_MULTI_USEDEP}] - >=dev-python/libvirt-python-0.6.10[${PYTHON_MULTI_USEDEP}] + >=dev-python/libvirt-python-6.10.0[${PYTHON_MULTI_USEDEP}] dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}] dev-python/requests[${PYTHON_MULTI_USEDEP}] ') |