From 7dbf43ab7201ee9c3e8f082287414560754ea18d Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 27 Jan 2019 03:56:39 +0100 Subject: [PATCH] openvswitch: enable ppc64 [ci skip] --- srcpkgs/openvswitch/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/openvswitch/template b/srcpkgs/openvswitch/template index 7c2c30e2fbe..d4e287cf6ac 100644 --- a/srcpkgs/openvswitch/template +++ b/srcpkgs/openvswitch/template @@ -2,8 +2,10 @@ pkgname=openvswitch version=2.9.2 revision=2 +only_for_archs="i686 i686-musl x86_64 x86_64-musl ppc64le ppc64le-musl ppc64-musl" build_style=gnu-configure configure_args="--with-rundir=/run/openvswitch" +pycompile_dirs="usr/share/openvswitch/python" hostmakedepends="python perl python-six" makedepends="libressl-devel ${hostmakedepends}" depends="python" @@ -13,10 +15,8 @@ license="Apache-2.0" homepage="http://openvswitch.org/" distfiles="http://openvswitch.org/releases/${pkgname}-${version}.tar.gz" checksum=90f084dc282fdb588a2cfff351fea359492f69600f1e4a1286e24e44901de113 -only_for_archs="i686 i686-musl x86_64 x86_64-musl" -_completiondir="/usr/share/bash-completion/completions" make_install_args+=" completiondir=${_completiondir}" -pycompile_dirs="usr/share/openvswitch/python" +_completiondir="/usr/share/bash-completion/completions" post_install() { for cmd in ovs-appctl ovs-vsctl; do