commit: d5a5184b9f0462c08c779c08f875f9874a5f667f Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Apr 16 12:19:15 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sat Apr 16 16:20:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5a5184b
app-emulation/spice-html5: change parentheses Closes: https://bugs.gentoo.org/838829 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> app-emulation/spice-html5/spice-html5-0.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {
