commit: 7183e10e4801316e3f83f89d95890f26eeea99b1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 5 08:29:57 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 5 08:29:57 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7183e10e
dev-util/pkgdev: set EGIT_BRANCH
HEAD is supposed to be main already but smart-live-rebuild is confused for some
reason and tries to always rebuild, so try this.
("!!! Error updating dev-util/pkgdev:0: [Exception] update command failed to
return a rev",
thanks to xgqt for poking about it)
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-util/pkgdev/pkgdev-0.2.5.ebuild | 1 +
dev-util/pkgdev/pkgdev-0.2.7.ebuild | 1 +
dev-util/pkgdev/pkgdev-9999.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/dev-util/pkgdev/pkgdev-0.2.5.ebuild
b/dev-util/pkgdev/pkgdev-0.2.5.ebuild
index 6b23773e717e..71f38afb7435 100644
--- a/dev-util/pkgdev/pkgdev-0.2.5.ebuild
+++ b/dev-util/pkgdev/pkgdev-0.2.5.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1 optfeature
if [[ ${PV} == *9999 ]] ; then
+ EGIT_BRANCH="main"
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgdev.git
https://github.com/pkgcore/pkgdev.git"
inherit git-r3
diff --git a/dev-util/pkgdev/pkgdev-0.2.7.ebuild
b/dev-util/pkgdev/pkgdev-0.2.7.ebuild
index 14129a01f8f2..f4073bb87c38 100644
--- a/dev-util/pkgdev/pkgdev-0.2.7.ebuild
+++ b/dev-util/pkgdev/pkgdev-0.2.7.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 optfeature
if [[ ${PV} == *9999 ]] ; then
+ EGIT_BRANCH="main"
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgdev.git
https://github.com/pkgcore/pkgdev.git"
inherit git-r3
diff --git a/dev-util/pkgdev/pkgdev-9999.ebuild
b/dev-util/pkgdev/pkgdev-9999.ebuild
index 443eaca01b69..fddbae4e45a4 100644
--- a/dev-util/pkgdev/pkgdev-9999.ebuild
+++ b/dev-util/pkgdev/pkgdev-9999.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 optfeature
if [[ ${PV} == *9999 ]] ; then
+ EGIT_BRANCH="main"
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/pkgcore/pkgdev.git
https://github.com/pkgcore/pkgdev.git"
inherit git-r3