diff options
author | 2022-04-16 14:19:15 +0200 | |
---|---|---|
committer | 2022-04-16 18:20:05 +0200 | |
commit | d5a5184b9f0462c08c779c08f875f9874a5f667f (patch) | |
tree | bbbf288bf1a9471700da552526c885458ab642f1 /app-emulation | |
parent | sys-auth/keystone: rename patch (diff) | |
download | guru-d5a5184b9f0462c08c779c08f875f9874a5f667f.tar.gz guru-d5a5184b9f0462c08c779c08f875f9874a5f667f.tar.bz2 guru-d5a5184b9f0462c08c779c08f875f9874a5f667f.zip |
app-emulation/spice-html5: change parentheses
Closes: https://bugs.gentoo.org/838829
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/spice-html5/spice-html5-0.3.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/spice-html5/spice-html5-0.3.0-r1.ebuild b/app-emulation/spice-html5/spice-html5-0.3.0-r1.ebuild index 815680a94..940a6e22b 100644 --- a/app-emulation/spice-html5/spice-html5-0.3.0-r1.ebuild +++ b/app-emulation/spice-html5/spice-html5-0.3.0-r1.ebuild @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64" src_compile() { - sed -e "s/VERSION/$(PV)/" < package.json.in > package.json || die + sed -e "s/VERSION/${PV}/" < package.json.in > package.json || die } src_install() { |