Diff patchage-1.0.10 with a patchage-9999

/usr/portage/media-sound/patchage/patchage-9999.ebuild 2025-02-03 17:39:34.150671640 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
13 13
	EGIT_REPO_URI="https://gitlab.com/drobilla/patchage.git"
14 14
else
15 15
	SRC_URI="https://download.drobilla.net/${P}.tar.xz"
16
	KEYWORDS="amd64 x86"
16
	KEYWORDS="~amd64 ~x86"
17 17
fi
18 18

  
19 19
LICENSE="GPL-2"
......
24 24
BDEPEND="
25 25
	virtual/pkgconfig
26 26
"
27
# tests also need autoship package but that's not packaged in gentoo
27 28
RDEPEND="dev-cpp/glibmm:2
28 29
	dev-cpp/gtkmm:2.4
29 30
	media-libs/ganv
......
32 33
	jack-dbus? (
33 34
		dev-libs/dbus-glib
34 35
		sys-apps/dbus
35
	)"
36
	)
37
	test? (
38
		dev-util/cppcheck
39
		dev-util/reuse
40
	)
41
"
36 42
DEPEND="${RDEPEND}
37 43
	dev-libs/boost
38 44
	>=dev-libs/libfmt-9:="
......
44 50
		$(meson_feature alsa)
45 51
		$(meson_feature jack)
46 52
		$(meson_feature jack-dbus jack_dbus)
47
		$(meson_feature test tests)
53
		$(meson_use test lint)
48 54
	)
49 55
	meson_src_configure
50 56
}
Thank you!