commit:     34b916e5982852f757392eeb16cf6c13e51b6b1b
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jan 18 11:29:16 2024 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jan 18 18:40:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=34b916e5

app-emulation/spice-html5: fix src_prepare

Closes: https://bugs.gentoo.org/889312
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 app-emulation/spice-html5/spice-html5-0.3.0-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 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 9509226729..7514ad1660 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
@@ -1,4 +1,4 @@
-# Copyright 2019-2023 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,6 +13,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 src_prepare() {
+       default
        sed -e "s/VERSION/${PV}/" < package.json.in > package.json || die
 }
 

Reply via email to