mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
net-libs/libslirp: Fix build failure for meson.build index out of bounds
Program build-aux/meson-dist found: YES (/var/tmp/portage/net-libs/libslirp-4.3.0/work/libslirp-v4.3.0/build-aux/meson-dist) meson.build:13:0: ERROR: Index 1 out of bounds of array of size 1. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
@@ -19,3 +19,8 @@ RDEPEND="dev-libs/glib:="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
echo "${PV}" > .tarball-version || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user