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 94072139694 for ; Fri, 17 Feb 2017 05:58:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD27DE0C7A; Fri, 17 Feb 2017 05:58:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC596E0C7A for ; Fri, 17 Feb 2017 05:58:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87A76340F2A for ; Fri, 17 Feb 2017 05:58:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F9554AA3 for ; Fri, 17 Feb 2017 05:58:48 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1487311113.e18f458d5c857f8416e33352e512eb72b469c2fb.maekke@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.16.2.ebuild X-VCS-Directories: net-libs/libqmi/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: e18f458d5c857f8416e33352e512eb72b469c2fb X-VCS-Branch: master Date: Fri, 17 Feb 2017 05:58: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-Archives-Salt: 046ae236-ef78-4577-9925-3cd99428d585 X-Archives-Hash: 7e507deeadafba2ff617089cc14eb4df commit: e18f458d5c857f8416e33352e512eb72b469c2fb Author: Markus Meier gentoo org> AuthorDate: Fri Feb 17 05:58:33 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Fri Feb 17 05:58:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18f458d net-libs/libqmi: arm stable, bug #601666 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" net-libs/libqmi/libqmi-1.16.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libqmi/libqmi-1.16.2.ebuild b/net-libs/libqmi/libqmi-1.16.2.ebuild index 5f179021f8..7789860a26 100644 --- a/net-libs/libqmi/libqmi-1.16.2.ebuild +++ b/net-libs/libqmi/libqmi-1.16.2.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 autotools EGIT_REPO_URI="git://anongit.freedesktop.org/${PN}" else - KEYWORDS="amd64 ~arm ~mips x86" + KEYWORDS="amd64 arm ~mips x86" SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz" fi