diff options
author | Sam James <sam@gentoo.org> | 2021-02-13 01:31:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-13 01:31:05 +0000 |
commit | ed9d85dfefbeaaae874631d46213c4ddf6420c2d (patch) | |
tree | 1d51e029ca86b332bf6a087192a9c526eb2c2a6d /net-misc/connman | |
parent | x11-terms/xterm: Stabilize 366 ppc64, #769839 (diff) | |
download | gentoo-ed9d85dfefbeaaae874631d46213c4ddf6420c2d.tar.gz gentoo-ed9d85dfefbeaaae874631d46213c4ddf6420c2d.tar.bz2 gentoo-ed9d85dfefbeaaae874631d46213c4ddf6420c2d.zip |
net-misc/connman: Stabilize 1.39 ppc64, #769491
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/connman')
-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 5d191a173be0..bcc06a5beff2 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" |