Date: Sat, 8 Dec 2018 09:18:49 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486926 - head/sysutils/iocage Message-ID: <201812080918.wB89InaJ094282@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Dec 8 09:18:49 2018 New Revision: 486926 URL: https://svnweb.freebsd.org/changeset/ports/486926 Log: Allow building with different versions of python3 Modified: head/sysutils/iocage/Makefile Modified: head/sysutils/iocage/Makefile ============================================================================== --- head/sysutils/iocage/Makefile Sat Dec 8 09:17:35 2018 (r486925) +++ head/sysutils/iocage/Makefile Sat Dec 8 09:18:49 2018 (r486926) @@ -25,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=6.7:devel/p USE_GITHUB= yes NO_ARCH= yes -USES= python:3.6 +USES= python:3.4+ USE_PYTHON= autoplist distutils CONFLICTS= py27-iocage-[0-9]*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812080918.wB89InaJ094282>