From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonatan Schlag To: development@lists.ipfire.org Subject: [PATCH 3/3] Build python3-libvirt only on i586 and x86_64 Date: Sun, 16 Apr 2017 19:36:22 +0200 Message-ID: <1492364182-654-1-git-send-email-jonatan.schlag@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1066144499743235371==" List-Id: --===============1066144499743235371== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Libvirt is build only on these arches and the bindings make only with libvirt sense so we should build them only on these two arches too. Signed-off-by: Jonatan Schlag --- lfs/python3-libvirt | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/python3-libvirt b/lfs/python3-libvirt index bd8a599..d1750be 100644 --- a/lfs/python3-libvirt +++ b/lfs/python3-libvirt @@ -31,6 +31,7 @@ DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +SUP_ARCH = i586 x86_64 PROG = python3-libvirt PAK_VER = 1 -- 2.1.4 --===============1066144499743235371==--