Diff mikmod-3.2.8-r1 with a mikmod-3.2.9
/usr/portage/media-sound/mikmod/mikmod-3.2.9.ebuild 2025-02-03 17:39:34.150671640 +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 | 4 |
EAPI=8 |
... | ... | |
18 | 18 |
RDEPEND="${DEPEND}" |
19 | 19 | |
20 | 20 |
DOCS=( AUTHORS NEWS README ) |
21 | ||
22 |
PATCHES=( |
|
23 |
"${FILESDIR}"/${P}-macro-strict-prototypes.patch |
|
24 |
) |