commit: d01738e24b535571c778612eeae5f0eb3b8ddc6d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 19:41:33 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 19:41:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01738e2
dev-cpp/taskflow: Keyword 3.3.0 arm, #873814
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-cpp/taskflow/taskflow-3.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/taskflow/taskflow-3.3.0.ebuild
b/dev-cpp/taskflow/taskflow-3.3.0.ebuild
index 2082d0df3f00..90c7c0a78d6d 100644
--- a/dev-cpp/taskflow/taskflow-3.3.0.ebuild
+++ b/dev-cpp/taskflow/taskflow-3.3.0.ebuild
@@ -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