diff options
author | Sam James <sam@gentoo.org> | 2021-04-02 10:41:11 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:42:58 +0100 |
commit | b415e9d4b58967a580aab71ee0cbb2b408acbc8a (patch) | |
tree | 057321bc160b28e7b68c71300504a8c9a8e25292 /app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild | |
parent | app-crypt/tpm2-pkcs11: fix variable references (diff) | |
download | gentoo-b415e9d4b58967a580aab71ee0cbb2b408acbc8a.tar.gz gentoo-b415e9d4b58967a580aab71ee0cbb2b408acbc8a.tar.bz2 gentoo-b415e9d4b58967a580aab71ee0cbb2b408acbc8a.zip |
app-emulation/gallium-nine-standalone: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild')
-rw-r--r-- | app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild b/app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild index 3e96326a2fc8..ea0bcf68bedf 100644 --- a/app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild +++ b/app-emulation/gallium-nine-standalone/gallium-nine-standalone-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ MY_PN="wine-nine-standalone" DESCRIPTION="A standalone version of the WINE parts of Gallium Nine" HOMEPAGE="https://github.com/iXit/wine-nine-standalone" -if [[ $PV = 9999* ]]; then +if [[ ${PV} = 9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/iXit/${MY_PN}.git" else |