sping 14/10/27 21:32:15 Modified: ChangeLog uniconvertor-2.0_pre379.ebuild Log: media-gfx/uniconvertor: Missing depencies (bug #527026) (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x401A1600)
Revision Changes Path 1.21 media-gfx/uniconvertor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/ChangeLog?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/ChangeLog?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/ChangeLog?r1=1.20&r2=1.21 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- ChangeLog 26 Oct 2014 15:48:32 -0000 1.20 +++ ChangeLog 27 Oct 2014 21:32:15 -0000 1.21 @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/uniconvertor # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.20 2014/10/26 15:48:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/ChangeLog,v 1.21 2014/10/27 21:32:15 sping Exp $ + + 27 Oct 2014; Sebastian Pipping <[email protected]> + uniconvertor-2.0_pre379.ebuild: + Add missing dependencies virtual/python-imaging and dev-python/pycairo (bug + #527026) *uniconvertor-2.0_pre379 (26 Oct 2014) 1.2 media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild?r1=1.1&r2=1.2 Index: uniconvertor-2.0_pre379.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- uniconvertor-2.0_pre379.ebuild 26 Oct 2014 15:48:32 -0000 1.1 +++ uniconvertor-2.0_pre379.ebuild 27 Oct 2014 21:32:15 -0000 1.2 @@ -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/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v 1.1 2014/10/26 15:48:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-2.0_pre379.ebuild,v 1.2 2014/10/27 21:32:15 sping Exp $ EAPI=5 @@ -17,6 +17,8 @@ LICENSE="GPL-2 LGPL-2" IUSE="" -DEPEND="media-libs/lcms:2" +DEPEND="media-libs/lcms:2 + virtual/python-imaging + dev-python/pycairo" RDEPEND="${DEPEND} app-text/ghostscript-gpl"
