From 52883a8e9efd1a9949fc1d4419800f4728cd5466 Mon Sep 17 00:00:00 2001 From: Jonatan Schlag Date: Sun, 16 Apr 2017 19:36:22 +0200 Subject: [PATCH] Build python3-libvirt only on i586 and x86_64 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 Signed-off-by: Michael Tremer --- lfs/python3-libvirt | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/python3-libvirt b/lfs/python3-libvirt index f23defe14c..6539b156a6 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.39.5