Сравнение emacspeak-ss-1.9.1-r1 с emacspeak-ss-1.9.1-r2
| /usr/portage/app-accessibility/emacspeak-ss/emacspeak-ss-1.9.1-r2.ebuild 2026-06-10 19:17:06.506999941 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2023 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 |
| ... | ... | |
| 11 | 11 | |
| 12 | 12 |
LICENSE="GPL-2" |
| 13 | 13 |
SLOT="0" |
| 14 |
KEYWORDS="amd64 ppc x86" |
|
| 14 |
KEYWORDS="amd64 ~ppc x86" |
|
| 15 | 15 | |
| 16 | 16 |
RDEPEND=">=app-accessibility/emacspeak-18" |
| 17 | 17 | |
| 18 | 18 |
PATCHES=( |
| 19 | 19 |
"${FILESDIR}"/gentoo-apollo-fix.patch
|
| 20 |
"${FILESDIR}"/"${P}"-missing-includes.patch
|
|
| 20 | 21 |
) |
| 21 | 22 | |
| 22 | 23 |
src_prepare() {
|