idella4 15/05/20 01:35:05 Modified: pillow-2.8.1.ebuild ChangeLog Log: add missed '[]' to deps (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/pillow/pillow-2.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild?r1=1.2&r2=1.3 Index: pillow-2.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pillow-2.8.1.ebuild 5 May 2015 08:46:33 -0000 1.2 +++ pillow-2.8.1.ebuild 20 May 2015 01:35:05 -0000 1.3 @@ -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/pillow/pillow-2.8.1.ebuild,v 1.2 2015/05/05 08:46:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild,v 1.3 2015/05/20 01:35:05 idella4 Exp $ EAPI=5 @@ -35,8 +35,8 @@ app-arch/unzip dev-python/setuptools[${PYTHON_USEDEP}] doc? ( - dev-python/sphinx - dev-python/sphinx-better-theme + dev-python/sphinx[${PYTHON_USEDEP}] + dev-python/sphinx-better-theme[${PYTHON_USEDEP}] ) test? ( dev-python/nose[${PYTHON_USEDEP}] ) " 1.51 dev-python/pillow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/ChangeLog?rev=1.51&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/ChangeLog?rev=1.51&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/ChangeLog?r1=1.50&r2=1.51 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- ChangeLog 5 May 2015 08:46:33 -0000 1.50 +++ ChangeLog 20 May 2015 01:35:05 -0000 1.51 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pillow # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v 1.50 2015/05/05 08:46:33 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v 1.51 2015/05/20 01:35:05 idella4 Exp $ + + 20 May 2015; Ian Delaney <[email protected]> pillow-2.8.1.ebuild: + add missed '[]' to deps 05 May 2015; Justin Lecher <[email protected]> pillow-2.8.1.ebuild: Add missing test dep, bug #547784
