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 D6A43158041 for ; Thu, 22 Feb 2024 17:42:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9786E2A5E; Thu, 22 Feb 2024 17:42:52 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4688E2A5E for ; Thu, 22 Feb 2024 17:42:52 +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 B995734067D for ; Thu, 22 Feb 2024 17:42:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2151BB2F for ; Thu, 22 Feb 2024 17:42:50 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1708623656.d98f4c5003460459f11f216816ef3cfd4fddb218.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/eww/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/eww/eww-9999.ebuild X-VCS-Directories: gui-apps/eww/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: d98f4c5003460459f11f216816ef3cfd4fddb218 X-VCS-Branch: dev Date: Thu, 22 Feb 2024 17:42:50 +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: 70c12550-3c86-4a7d-bc7f-a69b50dd5fe7 X-Archives-Hash: 2eb6819998c6177b0a8bf6798e752462 commit: d98f4c5003460459f11f216816ef3cfd4fddb218 Author: Julien Roy jroy ca> AuthorDate: Thu Feb 22 17:40:38 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Thu Feb 22 17:40:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d98f4c50 gui-apps/eww: unkeyword 9999 for ~amd64 Signed-off-by: Julien Roy jroy.ca> gui-apps/eww/eww-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-apps/eww/eww-9999.ebuild b/gui-apps/eww/eww-9999.ebuild index b6019b0dbe..a9aad5e71a 100644 --- a/gui-apps/eww/eww-9999.ebuild +++ b/gui-apps/eww/eww-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -308,6 +308,7 @@ else https://github.com/elkowar/${PV}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS} " + KEYWORDS="~amd64" fi LICENSE=" @@ -322,7 +323,6 @@ LICENSE=" || ( MIT Unlicense ) " SLOT="0" -KEYWORDS="~amd64" IUSE="X wayland" REQUIRED_USE="|| ( X wayland )"