commit: 5a21a3a7206589ab0c0eccecf615bcd6128d1ea0
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Thu May 5 00:08:32 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Thu May 5 00:08:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a21a3a7
media-sound/guitarix: evading git protocol in the live ebuild
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
media-sound/guitarix/guitarix-9999.ebuild | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media-sound/guitarix/guitarix-9999.ebuild
b/media-sound/guitarix/guitarix-9999.ebuild
index 7d35c3242486..e491096f8505 100644
--- a/media-sound/guitarix/guitarix-9999.ebuild
+++ b/media-sound/guitarix/guitarix-9999.ebuild
@@ -6,6 +6,9 @@ EAPI=7
PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE='threads(+)'
+EGIT_OVERRIDE_REPO_ENYOJS_BOOTPLATE="https://github.com/enyojs/bootplate.git"
+EGIT_OVERRIDE_BRANCH_ENYOJS_BOOTPLATE="master"
+
inherit python-any-r1 waf-utils xdg git-r3
MY_P="${PN}2-${PV}"