Diff taskflow-3.3.0 with a taskflow-3.4.0
/usr/portage/dev-cpp/taskflow/taskflow-3.4.0.ebuild 2023-10-09 14:52:29.308368346 +0300 | ||
---|---|---|
13 | 13 |
S="${WORKDIR}/taskflow-${PV}" |
14 | 14 |
else |
15 | 15 |
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
16 |
KEYWORDS="amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86" |
|
16 |
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86" |
|
17 | 17 |
S="${WORKDIR}/taskflow-${PV}" |
18 | 18 |
fi |
19 | 19 | |
... | ... | |
27 | 27 |
HTML_DOCS=( docs/. ) |
28 | 28 | |
29 | 29 |
PATCHES=( |
30 |
"${FILESDIR}"/taskflow-3.3.0-fix_doctest.patch |
|
30 |
"${FILESDIR}"/taskflow-3.4.0-fix_doctest.patch |
|
31 | 31 |
) |
32 | 32 | |
33 | 33 |
src_prepare() { |