Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virt-manager/
Date: Sun, 06 Feb 2022 01:40:33
Message-Id: 1644111617.61694f5e95dcb13104153d14d95c3233131f1194.tamiko@gentoo
1 commit: 61694f5e95dcb13104153d14d95c3233131f1194
2 Author: Michal Privoznik <mprivozn <AT> redhat <DOT> com>
3 AuthorDate: Sat Feb 5 05:27:25 2022 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 01:40:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61694f5e
7
8 app-emulation/virt-manager: Follow master branch rename
9
10 The master branch in the project's git was renamed to main [1].
11 Update our e-build to reflect that.
12
13 1: https://listman.redhat.com/archives/virt-tools-list/2022-February/msg00002.html
14
15 Closes: https://github.com/gentoo/gentoo/pull/24086
16 Signed-off-by: Michal Privoznik <mprivozn <AT> redhat.com>
17 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
18
19 app-emulation/virt-manager/virt-manager-9999.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild
23 index 2b7f150c0d93..0d98a47262d9 100644
24 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild
25 +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild
26 @@ -16,7 +16,7 @@ if [[ ${PV} = *9999* ]]; then
27 inherit git-r3
28 SRC_URI=""
29 EGIT_REPO_URI="https://github.com/virt-manager/virt-manager.git"
30 - EGIT_BRANCH="master"
31 + EGIT_BRANCH="main"
32 else
33 SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz"
34 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"