From owner-svn-ports-all@FreeBSD.ORG Wed Feb 4 22:11:20 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 961B638D; Wed, 4 Feb 2015 22:11:20 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 818A7DA6; Wed, 4 Feb 2015 22:11:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t14MBKuv091409; Wed, 4 Feb 2015 22:11:20 GMT (envelope-from kwm@FreeBSD.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t14MBKwj091408; Wed, 4 Feb 2015 22:11:20 GMT (envelope-from kwm@FreeBSD.org) Message-Id: <201502042211.t14MBKwj091408@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: kwm set sender to kwm@FreeBSD.org using -f From: Koop Mast Date: Wed, 4 Feb 2015 22:11:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378424 - head/graphics/py-gimp X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2015 22:11:20 -0000 Author: kwm Date: Wed Feb 4 22:11:19 2015 New Revision: 378424 URL: https://svnweb.freebsd.org/changeset/ports/378424 QAT: https://qat.redports.org/buildarchive/r378424/ Log: Limit python version to 2.x. because pygtk is python 2 only. Modified: head/graphics/py-gimp/Makefile Modified: head/graphics/py-gimp/Makefile ============================================================================== --- head/graphics/py-gimp/Makefile Wed Feb 4 22:06:57 2015 (r378423) +++ head/graphics/py-gimp/Makefile Wed Feb 4 22:11:19 2015 (r378424) @@ -12,7 +12,7 @@ COMMENT= GIMP python plugin GIMP_SLAVE= pygimp -USES= python +USES= python:2 USE_GNOME= pygtk2 CONFIGURE_ARGS= --enable-python