summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-12-06 07:47:04 +0000
committerSam James <sam@gentoo.org>2024-12-06 07:47:04 +0000
commitdf9b2ba1c6063f5b06f6d62d61bc32d3bc441a5a (patch)
treea31ba3796883cd590c79c2e1f9525100689d8733 /dev-cpp
parentsci-libs/bliss: Stabilize 0.77-r1 amd64, #945570 (diff)
downloadgentoo-df9b2ba1c6063f5b06f6d62d61bc32d3bc441a5a.tar.gz
gentoo-df9b2ba1c6063f5b06f6d62d61bc32d3bc441a5a.tar.bz2
gentoo-df9b2ba1c6063f5b06f6d62d61bc32d3bc441a5a.zip
dev-cpp/taskflow: Stabilize 3.7.0 amd64, #945573
Signed-off-by: Sam James <sam@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 f28f67472c04..4432e1da409b 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