dev-cpp/taskflow: Keyword 3.3.0 arm, #873814

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-10-29 20:41:33 +01:00
parent 7326d185be
commit d01738e24b

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="~amd64 ~riscv ~x86"
KEYWORDS="~amd64 ~arm ~riscv ~x86"
S="${WORKDIR}/taskflow-${PV}"
fi