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 82D5F1581FB for ; Sat, 31 Aug 2024 02:42:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A7C3E29B4; Sat, 31 Aug 2024 02:42:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 84E04E29B4 for ; Sat, 31 Aug 2024 02:42:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C441A341C4B for ; Sat, 31 Aug 2024 02:42:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 272BA1F2B for ; Sat, 31 Aug 2024 02:42:10 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1725072062.7da6c3dcd7701c41db65fe8c312d51be8d2d2b18.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/waypipe/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/waypipe/waypipe-0.9.0.ebuild X-VCS-Directories: gui-apps/waypipe/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 7da6c3dcd7701c41db65fe8c312d51be8d2d2b18 X-VCS-Branch: master Date: Sat, 31 Aug 2024 02:42:10 +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: 4b1001e9-97f1-4512-815c-2dfc71c4a2c6 X-Archives-Hash: 9cf0656a5ef8b492c9a6c3025238e781 commit: 7da6c3dcd7701c41db65fe8c312d51be8d2d2b18 Author: Matoro Mahri matoro tk> AuthorDate: Fri Aug 30 18:40:30 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Aug 31 02:41:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7da6c3dc gui-apps/waypipe: Stabilize 0.9.0 arm64, #935006 Signed-off-by: Matoro Mahri matoro.tk> Signed-off-by: Ionen Wolkens gentoo.org> gui-apps/waypipe/waypipe-0.9.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/waypipe/waypipe-0.9.0.ebuild b/gui-apps/waypipe/waypipe-0.9.0.ebuild index 61ad589c6584..2328492e15e2 100644 --- a/gui-apps/waypipe/waypipe-0.9.0.ebuild +++ b/gui-apps/waypipe/waypipe-0.9.0.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://gitlab.freedesktop.org/mstoeckl/waypipe/-/archive/v${PV}/${PN}-v${PV}.tar.bz2" S="${WORKDIR}"/${PN}-v${PV} - KEYWORDS="amd64 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm arm64 ~x86" fi LICENSE="MIT"