aballier 14/11/27 14:39:18 Modified: ChangeLog Flask-KVSession-0.6.1.ebuild Log: missing dep on six Signed-off-by: [email protected] (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Revision Changes Path 1.2 dev-python/Flask-KVSession/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Flask-KVSession/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Flask-KVSession/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Flask-KVSession/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/Flask-KVSession/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 27 Nov 2014 14:38:09 -0000 1.1 +++ ChangeLog 27 Nov 2014 14:39:18 -0000 1.2 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/Flask-KVSession # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Flask-KVSession/ChangeLog,v 1.1 2014/11/27 14:38:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Flask-KVSession/ChangeLog,v 1.2 2014/11/27 14:39:18 aballier Exp $ + + 27 Nov 2014; Alexis Ballier <[email protected]> + Flask-KVSession-0.6.1.ebuild: + missing dep on six *Flask-KVSession-0.6.1 (27 Nov 2014) 1.2 dev-python/Flask-KVSession/Flask-KVSession-0.6.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Flask-KVSession/Flask-KVSession-0.6.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Flask-KVSession/Flask-KVSession-0.6.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Flask-KVSession/Flask-KVSession-0.6.1.ebuild?r1=1.1&r2=1.2 Index: Flask-KVSession-0.6.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/Flask-KVSession/Flask-KVSession-0.6.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Flask-KVSession-0.6.1.ebuild 27 Nov 2014 14:38:09 -0000 1.1 +++ Flask-KVSession-0.6.1.ebuild 27 Nov 2014 14:39:18 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/Flask-KVSession/Flask-KVSession-0.6.1.ebuild,v 1.1 2014/11/27 14:38:09 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/Flask-KVSession/Flask-KVSession-0.6.1.ebuild,v 1.2 2014/11/27 14:39:18 aballier Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -21,6 +21,7 @@ >=dev-python/simplekv-0.9.1[${PYTHON_USEDEP}] dev-python/werkzeug[${PYTHON_USEDEP}] >=dev-python/itsdangerous-0.20[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] " DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]
