commit: cb0ddafdc0d3e37d63e117408499412cf054c8db Author: Jonathan Davies <jpds <AT> protonmail <DOT> com> AuthorDate: Sun Sep 27 18:12:48 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Sat Oct 3 21:23:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb0ddafd
app-emulation/virt-manager: Version updated to 3.1.0 with changes: * Set rdepend on argcomplete. * Replaced perl dependency with docutils. Bug: https://bugs.gentoo.org/713070 Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/17694 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> app-emulation/virt-manager/Manifest | 1 + .../{virt-manager-9999.ebuild => virt-manager-3.1.0.ebuild} | 8 ++++---- app-emulation/virt-manager/virt-manager-9999.ebuild | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app-emulation/virt-manager/Manifest b/app-emulation/virt-manager/Manifest index 455f05287f0..e8e1eea7b69 100644 --- a/app-emulation/virt-manager/Manifest +++ b/app-emulation/virt-manager/Manifest @@ -1 +1,2 @@ DIST virt-manager-2.2.1.tar.gz 2623754 BLAKE2B c81e730f2d685152bd0ef0a0327a74a70c50bff91e80ed0e3de92d0b848183c4bc092be333f2f0785c6a0b39f0b6d6abbd1f38c902f52ba4af7c56d64ee9b026 SHA512 aa97af52b3552c087beab8701762c21e8e6d818c9787d5376ed4e1ae40a34d5e8870c4c00fda9cb17a2340d1dff5b17e853182df720cdd9ea4c91cf01502a33a +DIST virt-manager-3.1.0.tar.gz 2848420 BLAKE2B 729a16ee419cfc9f118e4a59336e961f17f38908ab3aaa3598c83bff3e8bca75b150f0f38b021c5ccb839a7c43e87f071859f68c2a81425715e236e14d0a7929 SHA512 185e34d8ebb2f9755bf9732bdafdbe9d0924d8c3b69758947252cce5deeac2042f473ba63673eea2bf36beb1f216a856938650f86e2c86eb5618e8f8522df53d diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-3.1.0.ebuild similarity index 95% copy from app-emulation/virt-manager/virt-manager-9999.ebuild copy to app-emulation/virt-manager/virt-manager-3.1.0.ebuild index dc329fa32f1..cb575dc4df6 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-3.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no @@ -15,11 +15,11 @@ HOMEPAGE="http://virt-manager.org" if [[ ${PV} = *9999* ]]; then inherit git-r3 SRC_URI="" - KEYWORDS="" + KEYWORDS="amd64 arm64 x86" EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git" else SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz" - KEYWORDS="~amd64 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi LICENSE="GPL-2" @@ -50,7 +50,7 @@ RDEPEND="!app-emulation/virtinst ) " DEPEND="${RDEPEND} - dev-lang/perl + dev-python/docutils dev-util/intltool " diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index dc329fa32f1..a3390883c4d 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=no @@ -50,7 +50,7 @@ RDEPEND="!app-emulation/virtinst ) " DEPEND="${RDEPEND} - dev-lang/perl + dev-python/docutils dev-util/intltool "
