Diff espeakup-0.90-r1 with a espeakup-9999
/usr/portage/app-accessibility/espeakup/espeakup-9999.ebuild 2023-10-09 14:52:28.132368316 +0300 | ||
---|---|---|
8 | 8 |
inherit git-r3 |
9 | 9 |
else |
10 | 10 |
SRC_URI="https://github.com/linux-speakup/espeakup/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
11 |
KEYWORDS="amd64 ~arm ~arm64 ~loong x86" |
|
11 |
KEYWORDS="~amd64" |
|
12 | 12 |
fi |
13 | 13 | |
14 | 14 |
inherit linux-info meson |
... | ... | |
27 | 27 |
BDEPEND="man? ( app-text/ronn-ng )" |
28 | 28 | |
29 | 29 |
CONFIG_CHECK="~SPEAKUP ~SPEAKUP_SYNTH_SOFT" |
30 |
ERROR_SPEAKUP="CONFIG_SPEAKUP is not enabled in this kernel!" |
|
31 |
ERROR_SPEAKUP_SYNTH_SOFT="CONFIG_SPEAKUP_SYNTH_SOFT is not enabled in this kernel!" |
|
32 | 30 | |
33 | 31 |
src_configure() { |
34 | 32 |
local emesonargs |