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, 09 Feb 2021 23:57:31
Message-Id: 1612915045.3c832aa3b18a683526bd40824156fbdc6e0ae041.sam@gentoo
1 commit: 3c832aa3b18a683526bd40824156fbdc6e0ae041
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 9 23:57:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 9 23:57:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c832aa3
7
8 net-misc/connman: Stabilize 1.39 amd64, #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 6d08a5a9e68..b12dc4b78bc 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"