dev-lang/tcc: fix variable references

Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-04-02 10:41:47 +01:00
parent e228312333
commit e1ea2ff6d9

View File

@@ -6,7 +6,7 @@ EAPI="6"
DESCRIPTION="A very small C compiler for ix86/amd64"
HOMEPAGE="https://bellard.org/tcc/"
if [[ $PV == *9999* ]]; then
if [[ ${PV} == *9999* ]]; then
EGIT_REPO_URI="https://repo.or.cz/r/tinycc.git"
SRC_URI=""
scm_eclass=git-r3