Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/connman/
Date: Thu, 11 Feb 2021 09:31:02
Message-Id: 1613035856.1fd5233f70e25b965d9f8e5fa44257b6bcea8b94.sam@gentoo
1 commit: 1fd5233f70e25b965d9f8e5fa44257b6bcea8b94
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 11 09:30:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 11 09:30:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fd5233f
7
8 net-misc/connman: Stabilize 1.39 ppc, #769491
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/connman/connman-1.39.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/connman/connman-1.39.ebuild b/net-misc/connman/connman-1.39.ebuild
16 index 96ea4953e0e..5d191a173be 100644
17 --- a/net-misc/connman/connman-1.39.ebuild
18 +++ b/net-misc/connman/connman-1.39.ebuild
19 @@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]]; then
20 EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git"
21 else
22 SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz"
23 - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86"
25 fi
26
27 DESCRIPTION="Provides a daemon for managing internet connections"