app-emulation/spice-html5: change parentheses

Closes: https://bugs.gentoo.org/838829
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri 2022-04-16 14:19:15 +02:00
parent f23c7446af
commit d5a5184b9f
No known key found for this signature in database
GPG Key ID: 4E4140121372C837

View File

@ -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() {