diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-08-08 17:53:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-08-08 17:53:44 +0000 |
commit | 58640783d6814efd4d3d39c815550d37fbbaaa8c (patch) | |
tree | ce2fc3fdfea5b12db0f8eef18564bc267fede5df /media-gfx | |
parent | old, doesnt compile (diff) | |
download | gentoo-2-58640783d6814efd4d3d39c815550d37fbbaaa8c.tar.gz gentoo-2-58640783d6814efd4d3d39c815550d37fbbaaa8c.tar.bz2 gentoo-2-58640783d6814efd4d3d39c815550d37fbbaaa8c.zip |
Fixed Typo
(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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/uniconvw/ChangeLog b/media-gfx/uniconvw/ChangeLog index 740ad9532b8f..4b111e7d699d 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.2 2010/08/07 18:01:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvw/ChangeLog,v 1.3 2010/08/08 17:53:44 jlec Exp $ + + 08 Aug 2010; Justin Lecher <jlec@gentoo.org> uniconvw-1.1.5.ebuild: + Fixed Typo 07 Aug 2010; Justin Lecher <jlec@gentoo.org> uniconvw-1.1.5.ebuild: Added missing deps, thanks to Nikoli diff --git a/media-gfx/uniconvw/uniconvw-1.1.5.ebuild b/media-gfx/uniconvw/uniconvw-1.1.5.ebuild index de96e57bc75b..bb61ab61d85a 100644 --- a/media-gfx/uniconvw/uniconvw-1.1.5.ebuild +++ b/media-gfx/uniconvw/uniconvw-1.1.5.ebuild @@ -1,6 +1,6 @@ # 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.4 2010/08/07 18:01:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvw/uniconvw-1.1.5.ebuild,v 1.5 2010/08/08 17:53:44 jlec Exp $ EAPI="2" @@ -23,7 +23,7 @@ RDEPEND=" >=media-libs/sk1libs-0.9.1 ~media-gfx/uniconvertor-${PV} dev-python/pygtk:2" -DPEND="${RDEPEND}" +DEPEND="${RDEPEND}" src_prepare() { sed -i \ |