From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1391496-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 7FEC015808E for <garchives@archives.gentoo.org>; Sat, 30 Apr 2022 19:09:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A5C0E09D8; Sat, 30 Apr 2022 19:09:13 +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 577CEE09D7 for <gentoo-commits@lists.gentoo.org>; Sat, 30 Apr 2022 19:09:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EB05134160A for <gentoo-commits@lists.gentoo.org>; Sat, 30 Apr 2022 19:09:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 438BA43B for <gentoo-commits@lists.gentoo.org>; Sat, 30 Apr 2022 19:09:09 +0000 (UTC) From: "Marek Szuba" <marecki@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, "Marek Szuba" <marecki@gentoo.org> Message-ID: <1651345736.f3503aa10598c35d5d4b007daa125ed1f72e51c1.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libad9361-iio/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libad9361-iio/libad9361-iio-0.2.ebuild X-VCS-Directories: net-libs/libad9361-iio/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: f3503aa10598c35d5d4b007daa125ed1f72e51c1 X-VCS-Branch: master Date: Sat, 30 Apr 2022 19:09:09 +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: 709c5349-d21d-4aae-a8f4-9ee48a099b9d X-Archives-Hash: 82d17c98ba59837bcf397378dd72d534 commit: f3503aa10598c35d5d4b007daa125ed1f72e51c1 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Sat Apr 30 18:03:32 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Sat Apr 30 19:08:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3503aa1 net-libs/libad9361-iio: keyword 0.2 for ~riscv Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> net-libs/libad9361-iio/libad9361-iio-0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild b/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild index 630cb27fb6e9..50286e07793d 100644 --- a/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild +++ b/net-libs/libad9361-iio/libad9361-iio-0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ if [ "${PV}" = "9999" ]; then inherit git-r3 else SRC_URI="https://github.com/analogdevicesinc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~riscv ~x86" fi LICENSE="LGPL-2.1"