prometheanfire 15/01/29 05:46:14 Modified: osprofiler-0.3.0.ebuild ChangeLog Log: adding missing depend from bug 536536 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.3 dev-python/osprofiler/osprofiler-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild?r1=1.2&r2=1.3 Index: osprofiler-0.3.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- osprofiler-0.3.0.ebuild 28 Nov 2014 10:57:31 -0000 1.2 +++ osprofiler-0.3.0.ebuild 29 Jan 2015 05:46:14 -0000 1.3 @@ -1,6 +1,6 @@ -# 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-python/osprofiler/osprofiler-0.3.0.ebuild,v 1.2 2014/11/28 10:57:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/osprofiler/osprofiler-0.3.0.ebuild,v 1.3 2015/01/29 05:46:14 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) @@ -18,6 +18,7 @@ DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}] " RDEPEND=" >=dev-python/six-1.7.0[${PYTHON_USEDEP}] 1.3 dev-python/osprofiler/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/osprofiler/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/osprofiler/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 28 Nov 2014 10:57:31 -0000 1.2 +++ ChangeLog 29 Jan 2015 05:46:14 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/osprofiler -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/osprofiler/ChangeLog,v 1.2 2014/11/28 10:57:31 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/osprofiler/ChangeLog,v 1.3 2015/01/29 05:46:14 prometheanfire Exp $ + + 29 Jan 2015; Matthew Thode <prometheanf...@gentoo.org> + osprofiler-0.3.0.ebuild: + adding missing depend from bug 536536 28 Nov 2014; Pacho Ramos <pa...@gentoo.org> osprofiler-0.3.0.ebuild: Support python 3.4