projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57997a2
)
app-emulation/libpod: fix get_release_info.sh VERSION
author
Zac Medico
<zmedico@gentoo.org>
Sat, 9 Nov 2019 22:46:44 +0000
(14:46 -0800)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 9 Nov 2019 22:51:54 +0000
(14:51 -0800)
Bug: https://bugs.gentoo.org/697998
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Zac Medico <zmedico@gentoo.org>
app-emulation/libpod/libpod-1.6.3.ebuild
patch
|
blob
|
history
diff --git
a/app-emulation/libpod/libpod-1.6.3.ebuild
b/app-emulation/libpod/libpod-1.6.3.ebuild
index f2d8fa4c48948c6e52e83e97f65b5f24af08d4b9..029c6c1413fcdd6e87c03c969b10bfd52ce8097b 100644
(file)
--- a/
app-emulation/libpod/libpod-1.6.3.ebuild
+++ b/
app-emulation/libpod/libpod-1.6.3.ebuild
@@
-46,6
+46,9
@@
src_prepare() {
-e 's/$(GO) build/$(GO) build -v -work -x/' \
-e 's/^\(install:.*\) install\.python$/\1/' \
-i Makefile || die
+
+ sed -e 's|OUTPUT="${CIRRUS_TAG:.*|OUTPUT='v${PV}'|' \
+ -i hack/get_release_info.sh || die
}
src_compile() {