Diff syslog-summary-1.14-r5 with a syslog-summary-1.14-r6
| /usr/portage/app-admin/syslog-summary/syslog-summary-1.14-r6.ebuild 2026-05-16 19:17:04.597732623 +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 |
| 5 | 5 | |
| 6 |
PYTHON_COMPAT=( python3_{10..13} )
|
|
| 6 |
PYTHON_COMPAT=( python3_{11..14} )
|
|
| 7 | 7 | |
| 8 | 8 |
inherit python-single-r1 |
| 9 | 9 | |
| ... | ... | |
| 22 | 22 |
"${FILESDIR}/${P}-fix-ignore-code.patch"
|
| 23 | 23 |
"${FILESDIR}/${P}-remove-file-magic.patch"
|
| 24 | 24 |
"${FILESDIR}/${P}-py3.patch"
|
| 25 |
"${FILESDIR}/${P}-fix-string-functions.patch"
|
|
| 25 | 26 |
) |
| 26 | 27 | |
| 27 | 28 |
src_prepare() {
|