summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-02-17 07:53:49 +0000
committerPacho Ramos <pacho@gentoo.org>2011-02-17 07:53:49 +0000
commitca1f6275659fc60d63503902681937e126e453c8 (patch)
tree34fa624c0958db003a9e220dd9ae057a85f91444 /app-office
parent[bump] dev-perl/PPIx-Regexp-0.18 (diff)
downloadgentoo-2-ca1f6275659fc60d63503902681937e126e453c8.tar.gz
gentoo-2-ca1f6275659fc60d63503902681937e126e453c8.tar.bz2
gentoo-2-ca1f6275659fc60d63503902681937e126e453c8.zip
Fix dev-util/intltool DEPEND (by Jan Psota).
(Portage version: 2.1.9.40/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnumeric/ChangeLog5
-rw-r--r--app-office/gnumeric/gnumeric-1.10.13.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-office/gnumeric/ChangeLog b/app-office/gnumeric/ChangeLog
index 113fac660383..a2ed6d95a96b 100644
--- a/app-office/gnumeric/ChangeLog
+++ b/app-office/gnumeric/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/gnumeric
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.213 2011/02/05 15:31:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/ChangeLog,v 1.214 2011/02/17 07:53:49 pacho Exp $
+
+ 17 Feb 2011; Pacho Ramos <pacho@gentoo.org> gnumeric-1.10.13.ebuild:
+ Fix dev-util/intltool DEPEND (by Jan Psota).
*gnumeric-1.10.13 (05 Feb 2011)
diff --git a/app-office/gnumeric/gnumeric-1.10.13.ebuild b/app-office/gnumeric/gnumeric-1.10.13.ebuild
index 04c29004c7ed..02053ee655bd 100644
--- a/app-office/gnumeric/gnumeric-1.10.13.ebuild
+++ b/app-office/gnumeric/gnumeric-1.10.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.13.ebuild,v 1.1 2011/02/05 15:31:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnumeric/gnumeric-1.10.13.ebuild,v 1.2 2011/02/17 07:53:49 pacho Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -24,7 +24,7 @@ RESTRICT="test"
RDEPEND="sys-libs/zlib
app-arch/bzip2
- >=dev-libs/glib-2.12
+ >=dev-libs/glib-2.12:2
>=gnome-extra/libgsf-1.14.19[gnome?]
>=x11-libs/goffice-0.8.10:0.8
>=dev-libs/libxml2-2.4.12
@@ -46,7 +46,7 @@ RDEPEND="sys-libs/zlib
# >=gnome-extra/libgda-4.1.1:4.0
# >=gnome-extra/libgnomedb-3.99.6:4.0 )
DEPEND="${RDEPEND}
- >=dev-util/intltool-0.25
+ >=dev-util/intltool-0.35.0
>=dev-util/pkgconfig-0.18
app-text/scrollkeeper"