Diff id3lib-3.8.3-r10 with a id3lib-3.8.3-r12
| /usr/portage/media-libs/id3lib/id3lib-3.8.3-r12.ebuild 2026-07-11 20:03:06.083674151 +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 | 4 |
EAPI=8 |
| ... | ... | |
| 12 | 12 | |
| 13 | 13 |
LICENSE="LGPL-2.1+" |
| 14 | 14 |
SLOT="0" |
| 15 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~mips ppc ppc64 ~riscv ~sparc x86" |
|
| 15 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86" |
|
| 16 | 16 |
IUSE="doc static-libs" |
| 17 | 17 |
# Extra files installed with tests (bug #130922#c17) |
| 18 | 18 |
RESTRICT="test" |
| ... | ... | |
| 34 | 34 |
"${FILESDIR}"/${P}-security.patch
|
| 35 | 35 |
"${FILESDIR}"/${P}-vbr-stack-smashing.patch # bug 398571
|
| 36 | 36 |
"${FILESDIR}"/${P}-configure-clang.patch
|
| 37 |
"${FILESDIR}"/${P}-fix-c23.patch
|
|
| 37 | 38 |
) |
| 38 | 39 | |
| 39 | 40 |
src_prepare() {
|