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 0BBF413835C for ; Sat, 29 May 2021 15:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 547D5E086C; Sat, 29 May 2021 15:27:56 +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 39ECDE0867 for ; Sat, 29 May 2021 15:27:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1E87E340F0E for ; Sat, 29 May 2021 15:27:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F9C179E for ; Sat, 29 May 2021 15:27:52 +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: <1622301999.fd646d9ff5a0b8de539c5705150a1f1c07c9204a.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.28.4.ebuild X-VCS-Directories: net-libs/libqmi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fd646d9ff5a0b8de539c5705150a1f1c07c9204a X-VCS-Branch: master Date: Sat, 29 May 2021 15:27:52 +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: 77ccaa62-a610-49da-b376-d4e484353a89 X-Archives-Hash: ed9a394c211a4a9231b3c8508bc5c1d0 commit: fd646d9ff5a0b8de539c5705150a1f1c07c9204a Author: Sam James gentoo org> AuthorDate: Sat May 29 15:26:39 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 29 15:26:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd646d9f net-libs/libqmi: Stabilize 1.28.4 ppc64, #792327 Signed-off-by: Sam James gentoo.org> net-libs/libqmi/libqmi-1.28.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libqmi/libqmi-1.28.4.ebuild b/net-libs/libqmi/libqmi-1.28.4.ebuild index 05900bebb38..c62b2a064cc 100644 --- a/net-libs/libqmi/libqmi-1.28.4.ebuild +++ b/net-libs/libqmi/libqmi-1.28.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 x86" + KEYWORDS="amd64 arm arm64 ~mips ppc ppc64 x86" SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz" fi