From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1250468-garchives=archives.gentoo.org@lists.gentoo.org>
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 4DB9713835A
	for <garchives@archives.gentoo.org>; Sat, 13 Feb 2021 01:31:15 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6D2DAE0824;
	Sat, 13 Feb 2021 01:31:14 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 576DDE0824
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Feb 2021 01:31:14 +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 7123B33BE34
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Feb 2021 01:31:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 11E0A4C4
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 Feb 2021 01:31:12 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1613179865.ed9d85dfefbeaaae874631d46213c4ddf6420c2d.sam@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.39.ebuild
X-VCS-Directories: net-misc/connman/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: ed9d85dfefbeaaae874631d46213c4ddf6420c2d
X-VCS-Branch: master
Date: Sat, 13 Feb 2021 01:31:12 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 1d6b076a-1a02-4325-8cf8-bfad4fb878b6
X-Archives-Hash: 6304da213df3f91e8f158f14ed626b9d

commit:     ed9d85dfefbeaaae874631d46213c4ddf6420c2d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 01:31:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 01:31:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed9d85df

net-misc/connman: Stabilize 1.39 ppc64, #769491

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/connman/connman-1.39.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/connman/connman-1.39.ebuild b/net-misc/connman/connman-1.39.ebuild
index 5d191a173be..bcc06a5beff 100644
--- a/net-misc/connman/connman-1.39.ebuild
+++ b/net-misc/connman/connman-1.39.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"