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 6581D15808B for ; Wed, 9 Mar 2022 12:49:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBDBEE0896; Wed, 9 Mar 2022 12:49:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3710E0896 for ; Wed, 9 Mar 2022 12:49:17 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E55234318B for ; Wed, 9 Mar 2022 12:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42A8C32A for ; Wed, 9 Mar 2022 12:49:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646830103.a9f43e3bb5ec5e3ade21cf1c818d4a9defe00dd4.sam@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.4.ebuild X-VCS-Directories: net-libs/libqmi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a9f43e3bb5ec5e3ade21cf1c818d4a9defe00dd4 X-VCS-Branch: master Date: Wed, 9 Mar 2022 12:49:13 +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: b53c33f9-b432-4e8d-b412-cffcdd0a1ad9 X-Archives-Hash: dbbf418f62218beff0c4a557c10fb99e commit: a9f43e3bb5ec5e3ade21cf1c818d4a9defe00dd4 Author: Sam James gentoo org> AuthorDate: Wed Mar 9 12:48:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Mar 9 12:48:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9f43e3b net-libs/libqmi: Stabilize 1.30.4 ppc, #834426 Signed-off-by: Sam James gentoo.org> net-libs/libqmi/libqmi-1.30.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libqmi/libqmi-1.30.4.ebuild b/net-libs/libqmi/libqmi-1.30.4.ebuild index d5cee6f42151..be22b62c19b4 100644 --- a/net-libs/libqmi/libqmi-1.30.4.ebuild +++ b/net-libs/libqmi/libqmi-1.30.4.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 ~mips ppc ~ppc64 ~riscv x86" SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz" fi