diff options
author | Sam James <sam@gentoo.org> | 2022-12-30 18:04:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-30 18:04:25 +0000 |
commit | 3c846dba29072a63cc5076b31b5adc5b0c1c1844 (patch) | |
tree | c63c1568114ac2f00f1cf38cf062b0f8efcdde99 /net-misc | |
parent | net-misc/connman: Stabilize 1.42_pre20221103 arm64, #888992 (diff) | |
download | gentoo-3c846dba29072a63cc5076b31b5adc5b0c1c1844.tar.gz gentoo-3c846dba29072a63cc5076b31b5adc5b0c1c1844.tar.bz2 gentoo-3c846dba29072a63cc5076b31b5adc5b0c1c1844.zip |
net-misc/connman: Stabilize 1.42_pre20221103 ppc64, #888992
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/connman/connman-1.42_pre20221103.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/connman/connman-1.42_pre20221103.ebuild b/net-misc/connman/connman-1.42_pre20221103.ebuild index c6097e78c025..b8d1f42fca68 100644 --- a/net-misc/connman/connman-1.42_pre20221103.ebuild +++ b/net-misc/connman/connman-1.42_pre20221103.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" |