From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1364903-garchives=archives.gentoo.org@lists.gentoo.org>
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 EAF5B158087
	for <garchives@archives.gentoo.org>; Sun,  6 Feb 2022 07:44:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 3D0582BC003;
	Sun,  6 Feb 2022 07:44:41 +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 CA9072BC003
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Feb 2022 07:44:40 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 C7081342D6B
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Feb 2022 07:44:39 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 71C031EF
	for <gentoo-commits@lists.gentoo.org>; Sun,  6 Feb 2022 07:44:38 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1644133441.a15dd6898c40d29c722a4f19da0ec9a99a0ddd81.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/resolvconf-symlink/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
X-VCS-Directories: net-dns/resolvconf-symlink/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: a15dd6898c40d29c722a4f19da0ec9a99a0ddd81
X-VCS-Branch: master
Date: Sun,  6 Feb 2022 07:44:38 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a4346120-76cd-4297-ac1a-932fb36de3d2
X-Archives-Hash: 99f071c6d357394d7e51ea0d937d6208

commit:     a15dd6898c40d29c722a4f19da0ec9a99a0ddd81
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  6 07:43:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb  6 07:44:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15dd689

net-dns/resolvconf-symlink: keyword 0 for ~alpha, ~mips, ~ppc, ~ppc64, ~s390

Let's do it ALLARCHES given how simple the ebuild is to avoid
wasting CPU/time.

Also, if there were any issues, it would've shown up on the
arches (some exotic) tested already.

Closes: https://bugs.gentoo.org/831409
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
index a42f8692f4e2..fae0e1958df1 100644
--- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
+++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild
@@ -10,7 +10,7 @@ S=${WORKDIR}
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+symlink"
 
 pkg_preinst() {