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 0699115807A for ; Sun, 6 Oct 2024 14:34:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55E80E29A2; Sun, 6 Oct 2024 14:34:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 3FA24E29A2 for ; Sun, 6 Oct 2024 14:34:23 +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 84EC234315A for ; Sun, 6 Oct 2024 14:34:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20FDCE8A for ; Sun, 6 Oct 2024 14:34:21 +0000 (UTC) From: "sin-ack" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "sin-ack" Message-ID: <1728225247.2fe1e40df45b455300644bf166b7db89192568fd.sin-ack@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/hyprwayland-scanner/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild X-VCS-Directories: dev-util/hyprwayland-scanner/ X-VCS-Committer: sin-ack X-VCS-Committer-Name: sin-ack X-VCS-Revision: 2fe1e40df45b455300644bf166b7db89192568fd X-VCS-Branch: dev Date: Sun, 6 Oct 2024 14:34:21 +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: de80923c-5fb4-4634-9cd8-17096e520f6f X-Archives-Hash: 063152e638d278f50fca2155c10d95e3 commit: 2fe1e40df45b455300644bf166b7db89192568fd Author: sin-ack protonmail com> AuthorDate: Sun Oct 6 14:34:07 2024 +0000 Commit: sin-ack protonmail com> CommitDate: Sun Oct 6 14:34:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2fe1e40d dev-util/hyprwayland-scanner: destabilize 0.4.2 for ~amd64 Signed-off-by: sin-ack protonmail.com> dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild index 527981c85..c48449c55 100644 --- a/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild +++ b/dev-util/hyprwayland-scanner/hyprwayland-scanner-0.4.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/hyprwm/hyprwayland-scanner/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - KEYWORDS="amd64" + KEYWORDS="~amd64" fi LICENSE="BSD"