From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1400170-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 E5645158090 for <garchives@archives.gentoo.org>; Tue, 24 May 2022 11:14:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A2B5E087E; Tue, 24 May 2022 11:14:28 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10169E087E for <gentoo-commits@lists.gentoo.org>; Tue, 24 May 2022 11:14:28 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F08F341740 for <gentoo-commits@lists.gentoo.org>; Tue, 24 May 2022 11:14:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D3AC4B2 for <gentoo-commits@lists.gentoo.org>; Tue, 24 May 2022 11:14:24 +0000 (UTC) From: "WANG Xuerui" <xen0n@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, "WANG Xuerui" <xen0n@gentoo.org> Message-ID: <1653390855.e06c3acf5ecef1e39031411a8cd1d3d0173d8d5e.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libqmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libqmi/libqmi-1.30.6.ebuild X-VCS-Directories: net-libs/libqmi/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: e06c3acf5ecef1e39031411a8cd1d3d0173d8d5e X-VCS-Branch: master Date: Tue, 24 May 2022 11:14:24 +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: 5b7d48ed-3484-4a2a-8fed-8b2df21ffcf3 X-Archives-Hash: d7c6ec3b215c5908cad14b45bb439985 commit: e06c3acf5ecef1e39031411a8cd1d3d0173d8d5e Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Tue May 24 11:13:38 2022 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Tue May 24 11:14:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e06c3acf net-libs/libqmi: keyword 1.30.6 for ~loong Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> net-libs/libqmi/libqmi-1.30.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libqmi/libqmi-1.30.6.ebuild b/net-libs/libqmi/libqmi-1.30.6.ebuild index a73bf3b1aab6..b391964108a5 100644 --- a/net-libs/libqmi/libqmi-1.30.6.ebuild +++ b/net-libs/libqmi/libqmi-1.30.6.ebuild @@ -7,7 +7,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="https://gitlab.freedesktop.org/mobile-broadband/libqmi.git" else - KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz" fi