commit: 84f57967c415aa0e54d6fc2df36c61f23f05dad8 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Nov 18 08:45:28 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Nov 18 08:45:28 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=84f57967
media-gfx/photon: Add missing PYTHON_USEDEP Package-Manager: portage-2.2.14 --- media-gfx/photon/ChangeLog | 3 +++ media-gfx/photon/photon-0.4.6.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/media-gfx/photon/ChangeLog b/media-gfx/photon/ChangeLog index abb4d6f..fd9c089 100644 --- a/media-gfx/photon/ChangeLog +++ b/media-gfx/photon/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Nov 2014; Justin Lecher <[email protected]> photon-0.4.6.ebuild: + Add missing PYTHON_USEDEP + 18 Nov 2014; Justin Lecher <[email protected]> photon-0.4.6.ebuild, metadata.xml: Bump to new python eclasses diff --git a/media-gfx/photon/photon-0.4.6.ebuild b/media-gfx/photon/photon-0.4.6.ebuild index e90a15d..7e811ea 100644 --- a/media-gfx/photon/photon-0.4.6.ebuild +++ b/media-gfx/photon/photon-0.4.6.ebuild @@ -20,7 +20,7 @@ IUSE="raw" DEPEND="" RDEPEND=" - dev-python/imaging + dev-python/imaging[${PYTHON_USEDEP}] raw? ( media-gfx/dcraw )" S="${WORKDIR}"/${MY_P}
