summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-12-01 18:35:00 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2024-12-01 18:35:00 +0000
commit863557a90ff1b556e089707ccba15f8aa5004b77 (patch)
tree1699806a03ce6003e570e889e2bf72273a1ccaf1 /dev-cpp
parentsci-libs/gsl: Stabilize 2.7.1-r3 ppc64, #945565 (diff)
downloadgentoo-863557a90ff1b556e089707ccba15f8aa5004b77.tar.gz
gentoo-863557a90ff1b556e089707ccba15f8aa5004b77.tar.bz2
gentoo-863557a90ff1b556e089707ccba15f8aa5004b77.zip
dev-cpp/taskflow: Stabilize 3.7.0 sparc, #945573
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/taskflow/taskflow-3.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/taskflow/taskflow-3.7.0.ebuild b/dev-cpp/taskflow/taskflow-3.7.0.ebuild
index b18ddb7f8ae0..f28f67472c04 100644
--- a/dev-cpp/taskflow/taskflow-3.7.0.ebuild
+++ b/dev-cpp/taskflow/taskflow-3.7.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="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+ KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
S="${WORKDIR}/taskflow-${PV}"
fi