jlec 15/02/27 15:57:43 Modified: prompt_toolkit-0.31.ebuild ChangeLog Log: Add missing dep (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 dev-python/prompt_toolkit/prompt_toolkit-0.31.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/prompt_toolkit/prompt_toolkit-0.31.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/prompt_toolkit/prompt_toolkit-0.31.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/prompt_toolkit/prompt_toolkit-0.31.ebuild?r1=1.1&r2=1.2 Index: prompt_toolkit-0.31.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/prompt_toolkit/prompt_toolkit-0.31.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- prompt_toolkit-0.31.ebuild 27 Feb 2015 15:48:51 -0000 1.1 +++ prompt_toolkit-0.31.ebuild 27 Feb 2015 15:57:43 -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/prompt_toolkit/prompt_toolkit-0.31.ebuild,v 1.1 2015/02/27 15:48:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/prompt_toolkit/prompt_toolkit-0.31.ebuild,v 1.2 2015/02/27 15:57:43 jlec Exp $ EAPI=5 @@ -22,4 +22,6 @@ >=dev-python/six-1.8.0[${PYTHON_USEDEP}] dev-python/wcwidth[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] +" 1.2 dev-python/prompt_toolkit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/prompt_toolkit/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/prompt_toolkit/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/prompt_toolkit/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/prompt_toolkit/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 27 Feb 2015 15:48:51 -0000 1.1 +++ ChangeLog 27 Feb 2015 15:57:43 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/prompt_toolkit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/prompt_toolkit/ChangeLog,v 1.1 2015/02/27 15:48:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/prompt_toolkit/ChangeLog,v 1.2 2015/02/27 15:57:43 jlec Exp $ + + 27 Feb 2015; Justin Lecher <[email protected]> prompt_toolkit-0.31.ebuild: + Add missing dep *prompt_toolkit-0.31 (27 Feb 2015)
