dev-cpp/taskflow: Keyword 3.4.0 s390, #873814

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-04-14 21:45:30 +01:00
parent 3e3e6ba75a
commit 30ce2dcce5

View File

@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
S="${WORKDIR}/taskflow-${PV}"
else
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc ~x86"
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
S="${WORKDIR}/taskflow-${PV}"
fi