Сравнение cgoban-1.9.14-r2 с cgoban-1.9.14-r3
| /usr/portage/games-board/cgoban/cgoban-1.9.14-r3.ebuild 2026-03-17 11:46:07.509318666 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2024 Gentoo Authors |
|
| 1 |
# Copyright 1999-2026 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 autotools desktop |
| 7 | 7 | |
| ... | ... | |
| 22 | 22 | |
| 23 | 23 |
PATCHES=( |
| 24 | 24 |
"${FILESDIR}"/${P}-cflags.patch
|
| 25 |
"${FILESDIR}"/${P}-sighandler.patch
|
|
| 25 | 26 |
) |
| 26 | 27 | |
| 27 | 28 |
src_prepare() {
|