summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-12-25 19:35:15 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2022-12-25 19:35:15 +0200
commitef81712a8ca6834e861ab1d7b8d47246ef0e1cca (patch)
tree3daa59d18add869b038b5f4037bfeff85685532f
parentdev-cpp/catch: Stabilize 3.0.1 ppc64, #888421 (diff)
downloadgentoo-ef81712a8ca6834e861ab1d7b8d47246ef0e1cca.tar.gz
gentoo-ef81712a8ca6834e861ab1d7b8d47246ef0e1cca.tar.bz2
gentoo-ef81712a8ca6834e861ab1d7b8d47246ef0e1cca.zip
dev-cpp/taskflow: Stabilize 3.3.0 ppc64, #888421
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-cpp/taskflow/taskflow-3.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/taskflow/taskflow-3.3.0.ebuild b/dev-cpp/taskflow/taskflow-3.3.0.ebuild
index 34b63ede55f7..1ef054ec97a8 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 arm arm64 ~ia64 ~mips ppc ~ppc64 ~riscv ~sparc ~x86"
+ KEYWORDS="amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~sparc ~x86"
S="${WORKDIR}/taskflow-${PV}"
fi