From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E19681582EF for ; Thu, 13 Feb 2025 09:56:50 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9F67A343177 for ; Thu, 13 Feb 2025 09:56:50 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 97835110472; Thu, 13 Feb 2025 09:56:46 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 861BB110471 for ; Thu, 13 Feb 2025 09:56:46 +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 3948434309B for ; Thu, 13 Feb 2025 09:56:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C900527FC for ; Thu, 13 Feb 2025 09:56:44 +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: <1739373876.4d1202c427561881d8958c8a2059a809a02e4625.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-misc/wlvncc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/wlvncc/wlvncc-20240817.ebuild net-misc/wlvncc/wlvncc-20250122.ebuild X-VCS-Directories: net-misc/wlvncc/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 4d1202c427561881d8958c8a2059a809a02e4625 X-VCS-Branch: master Date: Thu, 13 Feb 2025 09:56:44 +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: a8d23c50-4a02-461e-a7bc-fc8ceccef51c X-Archives-Hash: 81383fa5e6942dfa521507c011a5cac1 commit: 4d1202c427561881d8958c8a2059a809a02e4625 Author: Dale Showers fictx com> AuthorDate: Wed Feb 12 15:10:45 2025 +0000 Commit: David Roman gmail com> CommitDate: Wed Feb 12 15:24:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d1202c4 net-misc/wlvncc: add missing KEYWORDS Add missing KEYWORDS="~amd64" Signed-off-by: Dale Showers fictx.com> net-misc/wlvncc/wlvncc-20240817.ebuild | 3 ++- net-misc/wlvncc/wlvncc-20250122.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/wlvncc/wlvncc-20240817.ebuild b/net-misc/wlvncc/wlvncc-20240817.ebuild index 1c2f14169..a451eb462 100644 --- a/net-misc/wlvncc/wlvncc-20240817.ebuild +++ b/net-misc/wlvncc/wlvncc-20240817.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,6 +13,7 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-2" SLOT="0" +KEYWORDS="~amd64" DEPEND=" dev-libs/wayland-protocols diff --git a/net-misc/wlvncc/wlvncc-20250122.ebuild b/net-misc/wlvncc/wlvncc-20250122.ebuild index bbb67fc17..d55a99470 100644 --- a/net-misc/wlvncc/wlvncc-20250122.ebuild +++ b/net-misc/wlvncc/wlvncc-20250122.ebuild @@ -1,4 +1,4 @@ -# Copyright 2024 Gentoo Authors +# Copyright 2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,6 +13,7 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="GPL-2" SLOT="0" +KEYWORDS="~amd64" DEPEND=" dev-libs/wayland-protocols