Сравнение tslib-1.22 с tslib-1.23
| /usr/portage/x11-libs/tslib/tslib-1.23.ebuild 2025-07-29 16:22:17.968470374 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2022 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 |
| ... | ... | |
| 23 | 23 | |
| 24 | 24 |
DOCS=( AUTHORS NEWS README{,.md} )
|
| 25 | 25 | |
| 26 |
PATCHES=( "${FILESDIR}/${PN}-1.21-optional-utils.patch" )
|
|
| 26 |
PATCHES=( |
|
| 27 |
"${FILESDIR}/${PN}-1.21-optional-utils.patch"
|
|
| 28 |
"${FILESDIR}/${P}-cmake4.patch" # bug 955696
|
|
| 29 |
) |
|
| 27 | 30 | |
| 28 | 31 |
src_configure() {
|
| 29 | 32 |
my_configure() {
|