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 D8C5B158087 for ; Wed, 19 Jan 2022 13:51:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E4332BC013; Wed, 19 Jan 2022 13:51:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9921C2BC00C for ; Wed, 19 Jan 2022 13:51:43 +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 AA96E342E14 for ; Wed, 19 Jan 2022 13:51:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B19B233 for ; Wed, 19 Jan 2022 13:51:40 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1642600289.17842471ef3dd349ebd1ed3bf3fc40ce6912c5ae.marecki@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: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 17842471ef3dd349ebd1ed3bf3fc40ce6912c5ae X-VCS-Branch: master Date: Wed, 19 Jan 2022 13:51:40 +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: 5d19deb9-72b9-4418-8fd2-422334bd0c06 X-Archives-Hash: 8266c707e59b5ca2c31a751335f11885 commit: 17842471ef3dd349ebd1ed3bf3fc40ce6912c5ae Author: Marek Szuba gentoo org> AuthorDate: Wed Jan 19 13:44:09 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Wed Jan 19 13:51:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17842471 net-dns/resolvconf-symlink: keyword 0 for ~riscv Signed-off-by: Marek Szuba gentoo.org> net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild index 782762cc845f..b1b8eebaefda 100644 --- a/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild +++ b/net-dns/resolvconf-symlink/resolvconf-symlink-0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ S=${WORKDIR} LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="+symlink" pkg_preinst() {