diff options
author | Sam James <sam@gentoo.org> | 2023-03-30 18:10:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-30 18:10:54 +0100 |
commit | df91b62391424a56553f3acb57de56bc22f7bed2 (patch) | |
tree | e2e803711761502f873bd18d2d7eed77b9ea93ac /net-misc/connman | |
parent | dev-python/pygame: Stabilize 2.2.0 amd64, #903594 (diff) | |
download | gentoo-df91b62391424a56553f3acb57de56bc22f7bed2.tar.gz gentoo-df91b62391424a56553f3acb57de56bc22f7bed2.tar.bz2 gentoo-df91b62391424a56553f3acb57de56bc22f7bed2.zip |
net-misc/connman: Stabilize 1.42_pre20230116-r2 amd64, #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 f56ac3d02748..9b8936549d9f 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" |