diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-06-17 09:19:18 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-06-17 09:19:18 +0200 |
commit | cb80eb2ed45726dc93166e1ab1f370124a072b76 (patch) | |
tree | fd99c1e71f4c6c3d60b1831677691d80e85a3cab /net-misc | |
parent | dev-java/tomcat-servlet-api: removed obsolete 8.5.65, 9.0.45 & 10.0.5 (diff) | |
download | gentoo-cb80eb2ed45726dc93166e1ab1f370124a072b76.tar.gz gentoo-cb80eb2ed45726dc93166e1ab1f370124a072b76.tar.bz2 gentoo-cb80eb2ed45726dc93166e1ab1f370124a072b76.zip |
net-misc/connman: ppc stable wrt bug #795084
Package-Manager: Portage-3.0.18, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc')
-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 acb42aed5422..6775e82bfe93 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" |