Date: Sat, 8 Dec 2018 09:20:19 +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: r486927 - head/x11-wm/qtile Message-ID: <201812080920.wB89KJSr094476@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Dec 8 09:20:19 2018 New Revision: 486927 URL: https://svnweb.freebsd.org/changeset/ports/486927 Log: Allow building with different versions of python3 Modified: head/x11-wm/qtile/Makefile Modified: head/x11-wm/qtile/Makefile ============================================================================== --- head/x11-wm/qtile/Makefile Sat Dec 8 09:18:49 2018 (r486926) +++ head/x11-wm/qtile/Makefile Sat Dec 8 09:20:19 2018 (r486927) @@ -27,8 +27,8 @@ GH_ACCOUNT= qtile USE_GNOME= pygobject3 -USES= python:3.6 -USE_PYTHON= distutils autoplist +USES= python:3.4+ +USE_PYTHON= distutils autoplist noflavors NO_ARCH= yes PORTDOCS= CHANGELOG README.rst
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812080920.wB89KJSr094476>