mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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.
This commit is contained in:
@@ -7,7 +7,9 @@ JAVA_PKG_IUSE="doc source"
|
||||
|
||||
inherit java-pkg-2 java-pkg-simple versionator
|
||||
|
||||
MY_PN="${PN^^}"
|
||||
# Switch to ^^ when we switch to EAPI=6.
|
||||
#MY_PN="${PN^^}"
|
||||
MY_PN="GROOVY"
|
||||
MY_PV="$(replace_all_version_separators _ ${PV})"
|
||||
MY_P="${MY_PN}_${MY_PV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user