diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-08-07 18:01:28 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-08-07 18:01:28 +0000 |
commit | a8c02f9ad16b9d44d01854c23fb0170ac8a08c66 (patch) | |
tree | 7a230d3529ca09ed436e19a6cab655527d60594e /media-gfx | |
parent | Added missing deps, thanks to Nikoli (diff) | |
download | gentoo-2-a8c02f9ad16b9d44d01854c23fb0170ac8a08c66.tar.gz gentoo-2-a8c02f9ad16b9d44d01854c23fb0170ac8a08c66.tar.bz2 gentoo-2-a8c02f9ad16b9d44d01854c23fb0170ac8a08c66.zip |
Added missing deps, thanks to Nikoli
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/uniconvw/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/uniconvw/uniconvw-1.1.5.ebuild | 15 |
2 files changed, 13 insertions, 7 deletions
diff --git a/media-gfx/uniconvw/ChangeLog b/media-gfx/uniconvw/ChangeLog index 3d40200f57b5..740ad9532b8f 100644 --- a/media-gfx/uniconvw/ChangeLog +++ b/media-gfx/uniconvw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/uniconvw # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvw/ChangeLog,v 1.1 2010/08/06 13:41:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvw/ChangeLog,v 1.2 2010/08/07 18:01:28 jlec Exp $ + + 07 Aug 2010; Justin Lecher <jlec@gentoo.org> uniconvw-1.1.5.ebuild: + Added missing deps, thanks to Nikoli *uniconvw-1.1.5 (06 Aug 2010) diff --git a/media-gfx/uniconvw/uniconvw-1.1.5.ebuild b/media-gfx/uniconvw/uniconvw-1.1.5.ebuild index 17d3c728d931..de96e57bc75b 100644 --- a/media-gfx/uniconvw/uniconvw-1.1.5.ebuild +++ b/media-gfx/uniconvw/uniconvw-1.1.5.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvw/uniconvw-1.1.5.ebuild,v 1.3 2010/08/06 15:27:02 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvw/uniconvw-1.1.5.ebuild,v 1.4 2010/08/07 18:01:28 jlec Exp $ -EAPI=2 +EAPI="2" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" -inherit distutils +inherit distutils eutils -DESCRIPTION="GUI for media-gfx/uniconvertor" +DESCRIPTION="Gtk frontend for UniConvertor" HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor" SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz" @@ -19,8 +19,11 @@ KEYWORDS="~amd64 ~x86" LICENSE="GPL-2 LGPL-2" IUSE="" -RDEPEND="media-gfx/uniconvertor" -DEPEND="" +RDEPEND=" + >=media-libs/sk1libs-0.9.1 + ~media-gfx/uniconvertor-${PV} + dev-python/pygtk:2" +DPEND="${RDEPEND}" src_prepare() { sed -i \ |