Сравнение twolame-0.4.0 с twolame-0.4.0-r1

/usr/portage/media-sound/twolame/twolame-0.4.0-r1.ebuild 2025-07-29 16:22:14.908457716 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 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="GPL-2"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
14
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
15 15
IUSE="+sndfile static-libs test"
16
RESTRICT="!test? ( test )"
16 17

  
17 18
RDEPEND="sndfile? ( >=media-libs/libsndfile-1.0.25[${MULTILIB_USEDEP}] )"
18 19
DEPEND="${RDEPEND}"
19 20
BDEPEND="
20 21
	virtual/pkgconfig
22
	test? ( dev-lang/perl )
21 23
"
22
RESTRICT="test"
23 24

  
24 25
src_prepare() {
25 26
	sed -i -e '/CFLAGS/s:-O3::' configure || die
Спасибо!