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: Tue, 22 Jun 2021 19:45:44
Message-Id: 1624390594.bc945b4ac1ddf998f105302b8dc6cf390f1be2d4.sam@gentoo
1 commit: bc945b4ac1ddf998f105302b8dc6cf390f1be2d4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 19:36:34 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 19:36:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc945b4a
7
8 net-misc/connman: Stabilize 1.40 arm, #795084
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-misc/connman/connman-1.40.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/connman/connman-1.40.ebuild b/net-misc/connman/connman-1.40.ebuild
16 index e3e9006076a..86e7435576a 100644
17 --- a/net-misc/connman/connman-1.40.ebuild
18 +++ b/net-misc/connman/connman-1.40.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"