diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2022-02-05 06:27:25 +0100 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2022-02-05 19:40:17 -0600 |
commit | 61694f5e95dcb13104153d14d95c3233131f1194 (patch) | |
tree | 0c232297f526067f55d0e06891f0f371d390d7d5 /app-emulation/virt-manager | |
parent | dev-db/mongodb: fix pkg_setup for non-amd64 (e.g. arm64) (diff) | |
download | gentoo-61694f5e95dcb13104153d14d95c3233131f1194.tar.gz gentoo-61694f5e95dcb13104153d14d95c3233131f1194.tar.bz2 gentoo-61694f5e95dcb13104153d14d95c3233131f1194.zip |
app-emulation/virt-manager: Follow master branch rename
The master branch in the project's git was renamed to main [1].
Update our e-build to reflect that.
1: https://listman.redhat.com/archives/virt-tools-list/2022-February/msg00002.html
Closes: https://github.com/gentoo/gentoo/pull/24086
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-emulation/virt-manager')
-rw-r--r-- | app-emulation/virt-manager/virt-manager-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/virt-manager/virt-manager-9999.ebuild b/app-emulation/virt-manager/virt-manager-9999.ebuild index 2b7f150c0d93..0d98a47262d9 100644 --- a/app-emulation/virt-manager/virt-manager-9999.ebuild +++ b/app-emulation/virt-manager/virt-manager-9999.ebuild @@ -16,7 +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" + EGIT_BRANCH="main" else SRC_URI="http://virt-manager.org/download/sources/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" |