diff options
author | 2023-03-30 17:38:28 +0100 | |
---|---|---|
committer | 2023-03-30 17:38:35 +0100 | |
commit | f6e009a5aa2b2c9a179c70193512a9854cc328c1 (patch) | |
tree | 902d67b2088986e6d6f64c86c7747fb08900f0ff /net-misc/connman | |
parent | dev-python/mkdocs-material: Stabilize 9.0.15 ALLARCHES, #903591 (diff) | |
download | gentoo-f6e009a5aa2b2c9a179c70193512a9854cc328c1.tar.gz gentoo-f6e009a5aa2b2c9a179c70193512a9854cc328c1.tar.bz2 gentoo-f6e009a5aa2b2c9a179c70193512a9854cc328c1.zip |
net-misc/connman: Stabilize 1.42_pre20230116-r2 ppc64, #903599
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/connman')
-rw-r--r-- | net-misc/connman/connman-1.42_pre20230116-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild b/net-misc/connman/connman-1.42_pre20230116-r2.ebuild index 4bb6ebcf20d8..decbd8b252d7 100644 --- a/net-misc/connman/connman-1.42_pre20230116-r2.ebuild +++ b/net-misc/connman/connman-1.42_pre20230116-r2.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" |