From 2347c6fe886c6b89d93ffac0faf375a613c372b1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 10 Nov 2015 20:26:49 -0500 Subject: avoid using ${var^} and ${var,} as they do not work in bash-3.2 Once these upgrade to EAPI=6, they can use these case modification features, so leave a reminder note in there. --- sys-devel/byfl/byfl-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys-devel/byfl/byfl-9999.ebuild') diff --git a/sys-devel/byfl/byfl-9999.ebuild b/sys-devel/byfl/byfl-9999.ebuild index e57a7eac468c..4744ebfed7ff 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 -- cgit v1.2.3-65-gdbad