From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1522428-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33EB815806E for <garchives@archives.gentoo.org>; Sun, 28 May 2023 11:36:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20D0CE0845; Sun, 28 May 2023 11:36:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0BB99E0845 for <gentoo-commits@lists.gentoo.org>; Sun, 28 May 2023 11:36:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E920C340B77 for <gentoo-commits@lists.gentoo.org>; Sun, 28 May 2023 11:36:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C7B8A86 for <gentoo-commits@lists.gentoo.org>; Sun, 28 May 2023 11:36:26 +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: <1685273753.4220e0014a98bad71a64e1433116ff4b9f9cf287.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.42_pre20230411.ebuild X-VCS-Directories: net-misc/connman/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4220e0014a98bad71a64e1433116ff4b9f9cf287 X-VCS-Branch: master Date: Sun, 28 May 2023 11:36:26 +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: f13b5f62-86d6-49c1-a484-469ea26fd802 X-Archives-Hash: 87ee7fe52ffb4d9e8e88fc3348d3e556 commit: 4220e0014a98bad71a64e1433116ff4b9f9cf287 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun May 28 11:35:53 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun May 28 11:35:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4220e001 net-misc/connman: Stabilize 1.42_pre20230411 ppc, #907274 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/connman/connman-1.42_pre20230411.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/connman/connman-1.42_pre20230411.ebuild b/net-misc/connman/connman-1.42_pre20230411.ebuild index bc5188fd2315..3c33b45a16dd 100644 --- a/net-misc/connman/connman-1.42_pre20230411.ebuild +++ b/net-misc/connman/connman-1.42_pre20230411.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git" else SRC_URI="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-${COMMIT}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ppc ~ppc64 ~riscv x86" fi DESCRIPTION="Provides a daemon for managing internet connections"