diff options
author | Sam James <sam@gentoo.org> | 2021-02-11 07:53:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-11 07:53:09 +0000 |
commit | 6496c1b0e8297a0e89cc794e83a0ba2f09dea8f6 (patch) | |
tree | eb3854baafbd233254f289bcd6e24b557f4ce9dd /net-misc | |
parent | sys-apps/conspy: Stabilize 1.16 x86, #769674 (diff) | |
download | gentoo-6496c1b0e8297a0e89cc794e83a0ba2f09dea8f6.tar.gz gentoo-6496c1b0e8297a0e89cc794e83a0ba2f09dea8f6.tar.bz2 gentoo-6496c1b0e8297a0e89cc794e83a0ba2f09dea8f6.zip |
net-misc/connman: Stabilize 1.39 x86, #769491
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/connman/connman-1.39.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/connman/connman-1.39.ebuild b/net-misc/connman/connman-1.39.ebuild index b12dc4b78bc5..96ea4953e0e1 100644 --- a/net-misc/connman/connman-1.39.ebuild +++ b/net-misc/connman/connman-1.39.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/network/connman/connman.git" else SRC_URI="https://www.kernel.org/pub/linux/network/${PN}/${P}.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" fi DESCRIPTION="Provides a daemon for managing internet connections" |