mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -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:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
@@ -12,7 +12,9 @@ DESCRIPTION="A simple Python object interface to a MySQL database schema"
|
||||
HOMEPAGE="http://matuson.com/code/schemaobject/"
|
||||
SRC_URI="http://www.matuson.com/code/schemaobject/downloads/${P}.tar.gz"
|
||||
|
||||
pn="${PN,,}"
|
||||
# Switch to ,, when we switch to EAPI=6.
|
||||
#pn="${PN,,}"
|
||||
pn="schemaobject"
|
||||
S="${WORKDIR}/${pn}"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user