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 A3664138334 for ; Tue, 21 May 2019 03:17:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6F05E08D6; Tue, 21 May 2019 03:17:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 9EB79E08D6 for ; Tue, 21 May 2019 03:17:44 +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 945A5344C85 for ; Tue, 21 May 2019 03:17:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C95B7603 for ; Tue, 21 May 2019 03:17:39 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1558408485.0091d5fd68434cdf4c9bff648c090d312eec7443.bman@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.20.2.ebuild X-VCS-Directories: net-libs/libqmi/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 0091d5fd68434cdf4c9bff648c090d312eec7443 X-VCS-Branch: master Date: Tue, 21 May 2019 03:17:39 +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: a8ca46ce-7d05-4cae-85fe-88e7b728692b X-Archives-Hash: 37c00b3dd778f558537d9a1ad1b3bed1 commit: 0091d5fd68434cdf4c9bff648c090d312eec7443 Author: Aaron Bauman gentoo org> AuthorDate: Tue May 21 03:14:45 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Tue May 21 03:14:45 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0091d5fd net-libs/libqmi: arm64 stable Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64" net-libs/libqmi/libqmi-1.20.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libqmi/libqmi-1.20.2.ebuild b/net-libs/libqmi/libqmi-1.20.2.ebuild index 4d318a2b5e6..f233d8e52a5 100644 --- a/net-libs/libqmi/libqmi-1.20.2.ebuild +++ b/net-libs/libqmi/libqmi-1.20.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -8,7 +8,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="https://anongit.freedesktop.org/git/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