diff options
Diffstat (limited to 'sys-devel/byfl/byfl-9999.ebuild')
-rw-r--r-- | sys-devel/byfl/byfl-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild index e57a7eac468..4744ebfed7f 100644 --- a/sys-devel/byfl/byfl-9999.ebuild +++ b/sys-devel/byfl/byfl-9999.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 |