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 116A6158087 for ; Wed, 19 Jan 2022 22:53:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 607F72BC002; Wed, 19 Jan 2022 22:53:09 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 220DC2BC002 for ; Wed, 19 Jan 2022 22:53:09 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0BE4342FC9 for ; Wed, 19 Jan 2022 22:53:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80033233 for ; Wed, 19 Jan 2022 22:53:06 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1642632769.8df30a2f03c7052885378882e9b21dc32528303f.chewi@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: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 8df30a2f03c7052885378882e9b21dc32528303f X-VCS-Branch: master Date: Wed, 19 Jan 2022 22:53:06 +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: 7e2ef526-b412-4f41-bb75-196e9b391017 X-Archives-Hash: e0e886b17e80b8da3872fa558754e920 commit: 8df30a2f03c7052885378882e9b21dc32528303f Author: James Le Cuirot gentoo org> AuthorDate: Wed Jan 19 22:52:49 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Jan 19 22:52:49 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8df30a2f net-dns/resolvconf-symlink: Keyword 0 for ~m68k Signed-off-by: James Le Cuirot 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 b1b8eebaefda..ac49c77edaf7 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 ~riscv ~x86" +KEYWORDS="~amd64 ~m68k ~riscv ~x86" IUSE="+symlink" pkg_preinst() {