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 EE61E158041 for ; Fri, 23 Feb 2024 01:37:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DA3DE2A99; Fri, 23 Feb 2024 01:36:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 7C336E2A99 for ; Fri, 23 Feb 2024 01:36:58 +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 9763C343203 for ; Fri, 23 Feb 2024 01:36:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DF1314DF for ; Fri, 23 Feb 2024 01:36:54 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1708623656.d98f4c5003460459f11f216816ef3cfd4fddb218.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: d98f4c5003460459f11f216816ef3cfd4fddb218 X-VCS-Branch: master Date: Fri, 23 Feb 2024 01:36:54 +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: 58456746-0b42-40b2-b569-ec16ec38454d X-Archives-Hash: 85829ab67367531d4ff8dfa0e70eff14 commit: d98f4c5003460459f11f216816ef3cfd4fddb218 Author: Julien Roy jroy ca> AuthorDate: Thu Feb 22 17:40:38 2024 +0000 Commit: David Roman gmail com> 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 )"