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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B02F8138334 for ; Fri, 5 Jul 2019 21:17:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC42AE0953; Fri, 5 Jul 2019 21:16:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B0E3E0954 for ; Fri, 5 Jul 2019 21:16:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 92EAC3471EA for ; Fri, 5 Jul 2019 21:16:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6F6470D for ; Fri, 5 Jul 2019 21:16:51 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1562361167.1285f307487b08827f17073ede2236a8329ddac9.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/libnss-nis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/libnss-nis/libnss-nis-1.4.ebuild X-VCS-Directories: sys-auth/libnss-nis/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1285f307487b08827f17073ede2236a8329ddac9 X-VCS-Branch: master Date: Fri, 5 Jul 2019 21:16:51 +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: 60a248d9-e9d0-4a42-a46c-73f1b407cd11 X-Archives-Hash: 92cca08b77f156c758fc0b16bc04e060 commit: 1285f307487b08827f17073ede2236a8329ddac9 Author: Marcus Comstedt mc pp se> AuthorDate: Thu Jul 4 14:41:37 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jul 5 21:12:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1285f307 sys-auth/libnss-nis: keyworded 1.4 for riscv, bug #689270 Closes: https://bugs.gentoo.org/689270 Signed-off-by: Marcus Comstedt mc.pp.se> Signed-off-by: Andreas K. Hüttel gentoo.org> sys-auth/libnss-nis/libnss-nis-1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-auth/libnss-nis/libnss-nis-1.4.ebuild b/sys-auth/libnss-nis/libnss-nis-1.4.ebuild index 48024c4d48a..2e568b159b3 100644 --- a/sys-auth/libnss-nis/libnss-nis-1.4.ebuild +++ b/sys-auth/libnss-nis/libnss-nis-1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/thkukuk/libnss_nis/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="LGPL-2.1+ BSD ISC" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" RDEPEND=" >net-libs/libnsl-0:0=[${MULTILIB_USEDEP}]