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 60F6F138335 for ; Sun, 4 Nov 2018 19:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E7A1E0AB7; Sun, 4 Nov 2018 19:14:20 +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 4C2B8E0AB7 for ; Sun, 4 Nov 2018 19:14:20 +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 2B02B335CCB for ; Sun, 4 Nov 2018 19:14:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FBE045E for ; Sun, 4 Nov 2018 19:14:16 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1541358808.ebe92d57efac019278b0b855ecb2c6df7e0d26ce.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ebe92d57efac019278b0b855ecb2c6df7e0d26ce X-VCS-Branch: master Date: Sun, 4 Nov 2018 19:14:16 +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: 80513b3b-d9ab-49c8-ac71-eb15db29d95d X-Archives-Hash: b662cbc777b9208d90a1baae96968a5c commit: ebe92d57efac019278b0b855ecb2c6df7e0d26ce Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Nov 4 19:00:45 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Nov 4 19:13:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe92d57 net-libs/libqmi: x86 stable (bug #670090) Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann gentoo.org> 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 3c9b3648c60..5e19053cea5 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 Foundation +# Copyright 1999-2018 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 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips x86" SRC_URI="https://www.freedesktop.org/software/libqmi/${P}.tar.xz" fi