diff options
author | Hanno Boeck <hanno@gentoo.org> | 2007-08-17 16:29:53 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2007-08-17 16:29:53 +0000 |
commit | 39f710bfe67d6d98c1e993a5893967b3b860a3d9 (patch) | |
tree | a8ff29d6d45e6af5268c82a8becd2efb6a932b9e /media-gfx/gimp/gimp-2.2.17.ebuild | |
parent | compiz add libwnck dependency (diff) | |
download | historical-39f710bfe67d6d98c1e993a5893967b3b860a3d9.tar.gz historical-39f710bfe67d6d98c1e993a5893967b3b860a3d9.tar.bz2 historical-39f710bfe67d6d98c1e993a5893967b3b860a3d9.zip |
add missing gettext dep to gimp
Package-Manager: portage-2.1.3.6
Diffstat (limited to 'media-gfx/gimp/gimp-2.2.17.ebuild')
-rw-r--r-- | media-gfx/gimp/gimp-2.2.17.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-gfx/gimp/gimp-2.2.17.ebuild b/media-gfx/gimp/gimp-2.2.17.ebuild index bea69ffbc7d0..a30a2f117aaf 100644 --- a/media-gfx/gimp/gimp-2.2.17.ebuild +++ b/media-gfx/gimp/gimp-2.2.17.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-2.2.17.ebuild,v 1.8 2007/08/15 14:48:41 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.2.17.ebuild,v 1.9 2007/08/17 16:29:53 hanno Exp $ inherit flag-o-matic libtool eutils fdo-mime alternatives multilib python @@ -46,6 +46,7 @@ RDEPEND=">=dev-libs/glib-2.4.5 DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 dev-util/intltool + sys-devel/gettext doc? ( >=dev-util/gtk-doc-1 )" src_unpack() { |