commit: e57c276c810b9adc2d78e30725f5f139010efa8f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 18:49:23 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 18:49:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57c276c
sys-auth/elogind: update EGIT_BRANCH
Not that it really matters as we don't have a live ebuild though.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-auth/elogind/elogind-252.9.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-auth/elogind/elogind-252.9.ebuild
b/sys-auth/elogind/elogind-252.9.ebuild
index 93e02ddb45bc..9587f15bfea7 100644
--- a/sys-auth/elogind/elogind-252.9.ebuild
+++ b/sys-auth/elogind/elogind-252.9.ebuild
@@ -6,7 +6,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{10..11} )
if [[ ${PV} = *9999* ]]; then
- EGIT_BRANCH="v241-stable"
+ EGIT_BRANCH="v252-stable"
EGIT_REPO_URI="https://github.com/elogind/elogind.git"
inherit git-r3
else