mgorny 15/01/03 00:05:26 Modified: pficommon-1.3.1.0.ebuild ChangeLog Log: Use python-any-r1 to enforce Python 2.7 as required for the build system to work. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.5 dev-cpp/pficommon/pficommon-1.3.1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild?r1=1.4&r2=1.5 Index: pficommon-1.3.1.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pficommon-1.3.1.0.ebuild 28 Dec 2014 15:00:55 -0000 1.4 +++ pficommon-1.3.1.0.ebuild 3 Jan 2015 00:05:26 -0000 1.5 @@ -1,10 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild,v 1.4 2014/12/28 15:00:55 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/pficommon-1.3.1.0.ebuild,v 1.5 2015/01/03 00:05:26 mgorny Exp $ EAPI=4 -inherit waf-utils eutils +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' +inherit python-any-r1 waf-utils eutils DESCRIPTION="General purpose C++ library for PFI" HOMEPAGE="https://github.com/pfi/pficommon" @@ -26,6 +28,7 @@ postgres? ( dev-db/postgresql ) " DEPEND="${RDEPEND} + ${PYTHON_DEPS} test? ( dev-cpp/gtest )" src_unpack() { 1.5 dev-cpp/pficommon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/pficommon/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 28 Dec 2014 15:00:55 -0000 1.4 +++ ChangeLog 3 Jan 2015 00:05:26 -0000 1.5 @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/pficommon -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v 1.4 2014/12/28 15:00:55 titanofold Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/pficommon/ChangeLog,v 1.5 2015/01/03 00:05:26 mgorny Exp $ + + 03 Jan 2015; Michał Górny <[email protected]> pficommon-1.3.1.0.ebuild: + Use python-any-r1 to enforce Python 2.7 as required for the build system to + work. 28 Dec 2014; Aaron W. Swenson <[email protected]> pficommon-1.3.1.0.ebuild:
