diff options
author | Hanno Böck <hanno@gentoo.org> | 2007-08-17 16:29:53 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2007-08-17 16:29:53 +0000 |
commit | cf8c8a75a0550c6f27e68912db8eae211cf21557 (patch) | |
tree | 504f51c2d8082b8e5b3a0d691e96decb668f6b49 /media-gfx/gimp/gimp-9999.ebuild | |
parent | compiz add libwnck dependency (diff) | |
download | gentoo-2-cf8c8a75a0550c6f27e68912db8eae211cf21557.tar.gz gentoo-2-cf8c8a75a0550c6f27e68912db8eae211cf21557.tar.bz2 gentoo-2-cf8c8a75a0550c6f27e68912db8eae211cf21557.zip |
add missing gettext dep to gimp
(Portage version: 2.1.3.6)
Diffstat (limited to 'media-gfx/gimp/gimp-9999.ebuild')
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index f755caa53a5a..b6f05026ff97 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild,v 1.13 2007/05/09 04:44:12 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild,v 1.14 2007/08/17 16:29:53 hanno Exp $ inherit subversion fdo-mime flag-o-matic multilib python @@ -48,9 +48,10 @@ RDEPEND=">=dev-libs/glib-2.12.3 svg? ( >=gnome-base/librsvg-2.8.0 ) wmf? ( >=media-libs/libwmf-0.2.8 )" DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.12.0 - >=dev-util/intltool-0.31 - doc? ( >=dev-util/gtk-doc-1 )" + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.31 + sys-devel/gettext + doc? ( >=dev-util/gtk-doc-1 )" pkg_setup() { if use pdf && ! built_with_use app-text/poppler-bindings gtk; then |