diff options
-rw-r--r-- | kde-misc/ksplasher/ChangeLog | 5 | ||||
-rw-r--r-- | kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/kde-misc/ksplasher/ChangeLog b/kde-misc/ksplasher/ChangeLog index 19ec5724c2f1..c15232a96074 100644 --- a/kde-misc/ksplasher/ChangeLog +++ b/kde-misc/ksplasher/ChangeLog @@ -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 <floppym@gentoo.org> ksplasher-2.0_beta2-r2.ebuild: + Depend on pillow rather than PIL. 05 Jan 2014; Chris Reffett <creffett@gentoo.org> ksplasher-2.0_beta2-r2.ebuild: diff --git a/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild b/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild index 0a06614fb448..1a1e318d1da1 100644 --- a/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild +++ b/kde-misc/ksplasher/ksplasher-2.0_beta2-r2.ebuild @@ -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 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="${PYTHON_DEPS} - dev-python/imaging[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] dev-python/PyQt4[${PYTHON_USEDEP}] " DEPEND="${RDEPEND}" |