diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-08-16 09:44:46 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-08-16 09:44:46 +0200 |
commit | 66ec329d16bf9f2105fc082020c96b1f9621e00b (patch) | |
tree | 6ddfd5d87c2b80317deab158262dc9fce215238e /net-misc | |
parent | www-client/w3m: arm64 stable wrt bug #862531 (diff) | |
download | gentoo-66ec329d16bf9f2105fc082020c96b1f9621e00b.tar.gz gentoo-66ec329d16bf9f2105fc082020c96b1f9621e00b.tar.bz2 gentoo-66ec329d16bf9f2105fc082020c96b1f9621e00b.zip |
net-misc/connman: arm64 stable wrt bug #865261
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/connman/connman-1.42_pre20220801.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/connman/connman-1.42_pre20220801.ebuild b/net-misc/connman/connman-1.42_pre20220801.ebuild index b9f1261998ac..5426e59848a7 100644 --- a/net-misc/connman/connman-1.42_pre20220801.ebuild +++ b/net-misc/connman/connman-1.42_pre20220801.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 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~x86" fi DESCRIPTION="Provides a daemon for managing internet connections" |