commit: 863557a90ff1b556e089707ccba15f8aa5004b77
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 18:35:00 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 18:35:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863557a9
dev-cpp/taskflow: Stabilize 3.7.0 sparc, #945573
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-cpp/taskflow/taskflow-3.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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