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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A829E15807B for ; Fri, 8 Nov 2024 18:16:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CA5BE08D6; Fri, 8 Nov 2024 18:16:34 +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 71C9CE08D6 for ; Fri, 8 Nov 2024 18:16:34 +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 8244F33BEE8 for ; Fri, 8 Nov 2024 18:16:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E2851D6E for ; Fri, 8 Nov 2024 18:16:32 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1731089765.9a06574d325c74668b693c45849901b75aa70283.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-network-displays/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-network-displays/gnome-network-displays-0.93.0.ebuild X-VCS-Directories: gnome-extra/gnome-network-displays/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9a06574d325c74668b693c45849901b75aa70283 X-VCS-Branch: master Date: Fri, 8 Nov 2024 18:16:32 +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: a37f1153-3826-41c3-8876-3b73b697d6e6 X-Archives-Hash: c70239d51503f8499a93f3406304da74 commit: 9a06574d325c74668b693c45849901b75aa70283 Author: Pacho Ramos gentoo org> AuthorDate: Fri Nov 8 17:06:03 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Nov 8 18:16:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a06574d gnome-extra/gnome-network-displays: stabilize 0.93.0 for amd64 Signed-off-by: Pacho Ramos gentoo.org> gnome-extra/gnome-network-displays/gnome-network-displays-0.93.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-network-displays/gnome-network-displays-0.93.0.ebuild b/gnome-extra/gnome-network-displays/gnome-network-displays-0.93.0.ebuild index 32fa823892b2..bac42254c5cc 100644 --- a/gnome-extra/gnome-network-displays/gnome-network-displays-0.93.0.ebuild +++ b/gnome-extra/gnome-network-displays/gnome-network-displays-0.93.0.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-network-displays" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="firewalld test" RESTRICT="!test? ( test )"