floppym 14/06/10 02:18:13 Modified: ksplasher-2.0_beta2-r2.ebuild ChangeLog Log: Depend on pillow rather than PIL. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path 1.3 kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild?r1=1.2&r2=1.3 Index: ksplasher-2.0_beta2-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ksplasher-2.0_beta2-r2.ebuild 5 Jan 2014 21:26:20 -0000 1.2 +++ ksplasher-2.0_beta2-r2.ebuild 10 Jun 2014 02:18:13 -0000 1.3 @@ -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/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v 1.2 2014/01/05 21:26:20 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild,v 1.3 2014/06/10 02:18:13 floppym Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -16,7 +16,7 @@ IUSE="" RDEPEND="${PYTHON_DEPS} - dev-python/imaging[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] dev-python/PyQt4[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" 1.6 kde-misc/ksplasher/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-misc/ksplasher/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 5 Jan 2014 21:26:20 -0000 1.5 +++ ChangeLog 10 Jun 2014 02:18:13 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/ksplasher # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v 1.5 2014/01/05 21:26:20 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/ksplasher/ChangeLog,v 1.6 2014/06/10 02:18:13 floppym Exp $ + + 10 Jun 2014; Mike Gilbert <[email protected]> ksplasher-2.0_beta2-r2.ebuild: + Depend on pillow rather than PIL. 05 Jan 2014; Chris Reffett <[email protected]> ksplasher-2.0_beta2-r2.ebuild:
