jlec 15/02/27 16:32:01 Modified: ptpython-0.5.ebuild ChangeLog Log: Fix dep (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 dev-python/ptpython/ptpython-0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ptpython/ptpython-0.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ptpython/ptpython-0.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ptpython/ptpython-0.5.ebuild?r1=1.1&r2=1.2 Index: ptpython-0.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ptpython/ptpython-0.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ptpython-0.5.ebuild 27 Feb 2015 15:57:59 -0000 1.1 +++ ptpython-0.5.ebuild 27 Feb 2015 16:32:01 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ptpython/ptpython-0.5.ebuild,v 1.1 2015/02/27 15:57:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ptpython/ptpython-0.5.ebuild,v 1.2 2015/02/27 16:32:01 jlec Exp $ EAPI=5 @@ -19,7 +19,7 @@ RDEPEND=" >=dev-python/prompt_toolkit-0.31[${PYTHON_USEDEP}] - >=dev-python/jedi-0.8.1[${PYTHON_USEDEP}] + >=dev-python/jedi-0.8.1-r1[${PYTHON_USEDEP}] dev-python/docopt[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} 1.2 dev-python/ptpython/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ptpython/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ptpython/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/ptpython/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/ptpython/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 27 Feb 2015 15:57:59 -0000 1.1 +++ ChangeLog 27 Feb 2015 16:32:01 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ptpython # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ptpython/ChangeLog,v 1.1 2015/02/27 15:57:59 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ptpython/ChangeLog,v 1.2 2015/02/27 16:32:01 jlec Exp $ + + 27 Feb 2015; Justin Lecher <[email protected]> ptpython-0.5.ebuild: + Fix dep *ptpython-0.5 (27 Feb 2015)
