mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user