Diff libinsane-1.0.9 with a libinsane-1.0.10

/usr/portage/media-libs/libinsane/libinsane-1.0.10.ebuild 2023-10-09 14:52:31.684368405 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5
inherit meson vala
6 6

  
7 7
DESCRIPTION="Crossplatform access to image scanners"
8 8
HOMEPAGE="https://gitlab.gnome.org/World/OpenPaperwork/libinsane"
9
SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/libinsane/-/archive/${PV}/${P}.tar.gz"
9
SRC_URI="https://gitlab.gnome.org/World/OpenPaperwork/libinsane/-/archive/${PV}/${P}.tar.bz2"
10 10

  
11 11
LICENSE="LGPL-3+"
12 12
SLOT="0"
......
34 34
RESTRICT="test"
35 35

  
36 36
PATCHES=( "${FILESDIR}"/${PN}-1.0.1-meson_options.patch
37
	"${FILESDIR}"/${P}-musl.patch
38 37
	)
39 38

  
40 39
src_prepare() {
41
	vala_src_prepare
40
	vala_setup
42 41
	default
43 42
}
44 43

  
Thank you!