diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-01 18:32:06 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-12-01 18:32:06 +0000 |
commit | 4a544324f146c9b5b5aa85e653978b9a6b4c5896 (patch) | |
tree | 46c7de85ae8fd967423aaa78de73d24a1927c06c /dev-cpp/taskflow/taskflow-3.7.0.ebuild | |
parent | dev-cpp/taskflow: Stabilize 3.7.0 ppc64, #945573 (diff) | |
download | gentoo-4a544324f146c9b5b5aa85e653978b9a6b4c5896.tar.gz gentoo-4a544324f146c9b5b5aa85e653978b9a6b4c5896.tar.bz2 gentoo-4a544324f146c9b5b5aa85e653978b9a6b4c5896.zip |
dev-cpp/taskflow: Stabilize 3.7.0 arm64, #945573
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp/taskflow/taskflow-3.7.0.ebuild')
-rw-r--r-- | dev-cpp/taskflow/taskflow-3.7.0.ebuild | 2 |
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 150f20cbbad8..b18ddb7f8ae0 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 |