From 591d64ddfaa3fdf2c8dbd964f23f9a167bb38082 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 11:30:14 +0200 Subject: [PATCH] xpra: switch to python2-module --- srcpkgs/xpra/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xpra/template b/srcpkgs/xpra/template index 707e21bc67e..576b20e5849 100644 --- a/srcpkgs/xpra/template +++ b/srcpkgs/xpra/template @@ -2,7 +2,7 @@ pkgname=xpra version=0.17.5 revision=3 -build_style=python-module +build_style=python2-module conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf" pycompile_module="xpra" hostmakedepends="python pkg-config python-Cython"