Diff rsyslog-8.2304.0 with a rsyslog-8.2306.0
/usr/portage/app-admin/rsyslog/rsyslog-8.2306.0.ebuild 2023-10-09 14:52:28.168368317 +0300 | ||
---|---|---|
17 | 17 | |
18 | 18 |
inherit git-r3 |
19 | 19 |
else |
20 |
KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc x86" |
|
20 |
KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc x86" |
|
21 | 21 | |
22 | 22 |
SRC_URI=" |
23 | 23 |
https://www.rsyslog.com/files/download/${PN}/${P}.tar.gz |
... | ... | |
159 | 159 |
src_prepare() { |
160 | 160 |
default |
161 | 161 | |
162 |
# https://github.com/rsyslog/rsyslog/issues/3626 |
|
162 |
# Bug: https://github.com/rsyslog/rsyslog/issues/3626 |
|
163 | 163 |
sed -i \ |
164 | 164 |
-e '\|^#!/bin/bash$|a exit 77' \ |
165 | 165 |
tests/mmkubernetes-cache-expir*.sh \ |
166 |
|| die "Failed to disabled known test failure mmkubernetes-cache-expir*.sh" |
|
166 |
|| die "Failed to disable known test failure mmkubernetes-cache-expir*.sh" |
|
167 | ||
168 |
sed -i \ |
|
169 |
-e '\|^#!/bin/bash$|a exit 0' \ |
|
170 |
tests/omprog-close-unresponsive*.sh \ |
|
171 |
|| die "Failed to disable test omprog-close-unresponsive*.sh" |
|
172 | ||
173 |
sed -i \ |
|
174 |
-e '\|^#!/bin/bash$|a exit 0' \ |
|
175 |
tests/uxsock_simple.sh \ |
|
176 |
|| die "Failed to disable test uxsock_simple.sh" |
|
167 | 177 | |
168 | 178 |
eautoreconf |
169 | 179 |
} |