Diff libtimidity-0.2.7 with a libtimidity-0.2.8

/usr/portage/media-libs/libtimidity/libtimidity-0.2.8.ebuild 2026-09-22 20:03:04.855155802 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2026 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

  
6 6
inherit multilib-minimal
7 7

  
......
11 11

  
12 12
LICENSE="LGPL-2.1"
13 13
SLOT="0/2"
14
KEYWORDS="amd64 ~arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
14
KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
15 15
IUSE="ao debug"
16

  
17 16
RESTRICT="test"
18 17

  
19 18
RDEPEND="ao? ( >=media-libs/libao-1.1.0-r2[${MULTILIB_USEDEP}] )"
......
24 23

  
25 24
multilib_src_configure() {
26 25
	local myeconfargs=(
27
		--disable-static
28 26
		$(use_enable ao)
29 27
		$(use_enable debug)
30 28
	)
Thank you!