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 CF21A138350 for ; Sun, 5 Apr 2020 20:06:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F899E0D38; Sun, 5 Apr 2020 20:06:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 0988FE0D38 for ; Sun, 5 Apr 2020 20:06:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D530034EEA6 for ; Sun, 5 Apr 2020 20:06:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40CA71C1 for ; Sun, 5 Apr 2020 20:06:30 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1586117123.40078355a5ec7c25864c513bb5475c8cfb47af0c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/connman/connman-1.38.ebuild X-VCS-Directories: net-misc/connman/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 40078355a5ec7c25864c513bb5475c8cfb47af0c X-VCS-Branch: master Date: Sun, 5 Apr 2020 20:06:30 +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: 7375145c-9b80-4183-a319-809ddfc198a0 X-Archives-Hash: 00f251402e6f41955f2d4710db28e7cf commit: 40078355a5ec7c25864c513bb5475c8cfb47af0c Author: Sam James (sam_c) cmpct info> AuthorDate: Sun Apr 5 14:40:28 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Apr 5 20:05:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40078355 net-misc/connman: arm64 stable (bug #712966) Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> net-misc/connman/connman-1.38.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/connman/connman-1.38.ebuild b/net-misc/connman/connman-1.38.ebuild index 221b98ef8d0..d2079bf8377 100644 --- a/net-misc/connman/connman-1.38.ebuild +++ b/net-misc/connman/connman-1.38.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git" else SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz" - KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86" + KEYWORDS="amd64 arm arm64 ppc ppc64 x86" fi DESCRIPTION="Provides a daemon for managing internet connections"