diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-17 09:20:22 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-17 09:20:22 +0200 |
commit | 71aca93a94a4c39b7b333be14831666b8dfd0bf4 (patch) | |
tree | 126aa3732b28a65f84dbdbc7c1d7fd453d1f44fb /net-misc/connman | |
parent | net-misc/connman: ppc stable wrt bug #795084 (diff) | |
download | gentoo-71aca93a94a4c39b7b333be14831666b8dfd0bf4.tar.gz gentoo-71aca93a94a4c39b7b333be14831666b8dfd0bf4.tar.bz2 gentoo-71aca93a94a4c39b7b333be14831666b8dfd0bf4.zip |
net-misc/connman: ppc64 stable wrt bug #795084
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc/connman')
-rw-r--r-- | net-misc/connman/connman-1.40.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/connman/connman-1.40.ebuild b/net-misc/connman/connman-1.40.ebuild index 6775e82bfe93..5bcd3bf164cb 100644 --- a/net-misc/connman/connman-1.40.ebuild +++ b/net-misc/connman/connman-1.40.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" |