summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/byfl/byfl-1.4.ebuild')
-rw-r--r--sys-devel/byfl/byfl-1.4.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/byfl/byfl-1.4.ebuild b/sys-devel/byfl/byfl-1.4.ebuild
index e57a7eac468c..4744ebfed7ff 100644
--- a/sys-devel/byfl/byfl-1.4.ebuild
+++ b/sys-devel/byfl/byfl-1.4.ebuild
@@ -8,7 +8,8 @@ inherit autotools-utils flag-o-matic
if [ "${PV}" = "9999" ]; then
LLVM_VERSION="3.7.0"
- EGIT_REPO_URI="git://github.com/losalamos/${PN^b}.git https://github.com/losalamos/${PN}.git"
+ # Switch to ^b when we switch to EAPI=6.
+ EGIT_REPO_URI="git://github.com/losalamos/B${PN:1}.git https://github.com/losalamos/${PN}.git"
inherit git-2
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1