jlec 15/05/05 08:46:33 Modified: pillow-2.8.1.ebuild ChangeLog Log: Add missing test dep, bug #547784 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild?r1=1.1&r2=1.2 Index: pillow-2.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pillow-2.8.1.ebuild 3 Apr 2015 19:39:54 -0000 1.1 +++ pillow-2.8.1.ebuild 5 May 2015 08:46:33 -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/pillow/pillow-2.8.1.ebuild,v 1.1 2015/04/03 19:39:54 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/pillow-2.8.1.ebuild,v 1.2 2015/05/05 08:46:33 jlec Exp $ EAPI=5 @@ -37,7 +37,9 @@ doc? ( dev-python/sphinx dev-python/sphinx-better-theme - )" + ) + test? ( dev-python/nose[${PYTHON_USEDEP}] ) + " RDEPEND+=" !dev-python/imaging" S="${WORKDIR}/${MY_P}" 1.50 dev-python/pillow/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pillow/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 8 Apr 2015 08:05:29 -0000 1.49 +++ ChangeLog 5 May 2015 08:46:33 -0000 1.50 @@ -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.49 2015/04/08 08:05:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pillow/ChangeLog,v 1.50 2015/05/05 08:46:33 jlec Exp $ + + 05 May 2015; Justin Lecher <[email protected]> pillow-2.8.1.ebuild: + Add missing test dep, bug #547784 08 Apr 2015; Michał Górny <[email protected]> pillow-2.5.3-r1.ebuild: Drop old Python implementations
