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 D79081580B1 for ; Mon, 30 Aug 2021 23:29:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E480E0871; Mon, 30 Aug 2021 23:29:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E73F4E0871 for ; Mon, 30 Aug 2021 23:29:52 +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 8C903340D8E for ; Mon, 30 Aug 2021 23:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C4A739 for ; Mon, 30 Aug 2021 23:29:48 +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: <1630366180.b478be8b1e83ea76b5cdb449c6bf6ae693c59add.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/ofono/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/ofono/ofono-1.31.ebuild X-VCS-Directories: net-misc/ofono/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: b478be8b1e83ea76b5cdb449c6bf6ae693c59add X-VCS-Branch: master Date: Mon, 30 Aug 2021 23:29:48 +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: a7b739fc-bd16-4ab5-9cca-43821109056e X-Archives-Hash: 3eae9e896177d962246174ad21289aee commit: b478be8b1e83ea76b5cdb449c6bf6ae693c59add Author: Marek Szuba gentoo org> AuthorDate: Mon Aug 30 23:28:38 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Aug 30 23:29:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b478be8b net-misc/ofono: keyword 1.31 for ~riscv Signed-off-by: Marek Szuba gentoo.org> net-misc/ofono/ofono-1.31.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/ofono/ofono-1.31.ebuild b/net-misc/ofono/ofono-1.31.ebuild index 58649d94fcc..7ae12935361 100644 --- a/net-misc/ofono/ofono-1.31.ebuild +++ b/net-misc/ofono/ofono-1.31.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86" IUSE="+atmodem bluetooth +cdmamodem +datafiles doc dundee examples +isimodem +phonesim +provision +qmimodem tools +udev upower" REQUIRED_USE="dundee? ( bluetooth )"