From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6820015800B for ; Mon, 13 Feb 2023 03:09:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 196A8E0849; Mon, 13 Feb 2023 03:09:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0F01E0849 for ; Mon, 13 Feb 2023 03:09:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22C0133BE95 for ; Mon, 13 Feb 2023 03:09:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 835A78A6 for ; Mon, 13 Feb 2023 03:09:47 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1676257780.c361193dc6edbf8d2c3bc38e6dc3f3d5bacab2a3.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/taskflow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/taskflow/taskflow-3.4.0.ebuild X-VCS-Directories: dev-cpp/taskflow/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c361193dc6edbf8d2c3bc38e6dc3f3d5bacab2a3 X-VCS-Branch: master Date: Mon, 13 Feb 2023 03:09:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc800224-bbf9-488d-b1bf-4a9d573a1d83 X-Archives-Hash: 6998c303bd3a4a6533a2b10e8e8d7539 commit: c361193dc6edbf8d2c3bc38e6dc3f3d5bacab2a3 Author: Matt Turner gentoo org> AuthorDate: Mon Feb 13 03:09:40 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Feb 13 03:09:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c361193d dev-cpp/taskflow: Keyword 3.4.0 alpha, #873814 Signed-off-by: Matt Turner gentoo.org> dev-cpp/taskflow/taskflow-3.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/taskflow/taskflow-3.4.0.ebuild b/dev-cpp/taskflow/taskflow-3.4.0.ebuild index c23ae2ccf7b7..cf891e256b0e 100644 --- a/dev-cpp/taskflow/taskflow-3.4.0.ebuild +++ b/dev-cpp/taskflow/taskflow-3.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc ~x86" S="${WORKDIR}/taskflow-${PV}" fi