dev-java/java-config: 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:43 +01:00
parent 5137febc6e
commit e228312333

View File

@@ -9,7 +9,7 @@ DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
if [[ $PV = *9999 ]]; then
if [[ ${PV} = *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/java-config.git"
else