summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-12-05 17:54:26 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-12-05 17:54:26 +0000
commit136c83a8517bf5b05560111133541a4f5b8d7fe9 (patch)
tree6e273e98e9ad673b992690abdc936b997bd7d73f /x11-libs/goffice
parentia64/s390/sh stable wrt #328163 (diff)
downloadgentoo-2-136c83a8517bf5b05560111133541a4f5b8d7fe9.tar.gz
gentoo-2-136c83a8517bf5b05560111133541a4f5b8d7fe9.tar.bz2
gentoo-2-136c83a8517bf5b05560111133541a4f5b8d7fe9.zip
Pin glib/gtk+ dependencies to SLOT 2.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/goffice')
-rw-r--r--x11-libs/goffice/ChangeLog5
-rw-r--r--x11-libs/goffice/goffice-0.8.12.ebuild9
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/goffice/ChangeLog b/x11-libs/goffice/ChangeLog
index eec6a87f61b9..0b5c4c4c432c 100644
--- a/x11-libs/goffice/ChangeLog
+++ b/x11-libs/goffice/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/goffice
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.80 2010/12/04 01:07:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/ChangeLog,v 1.81 2010/12/05 17:54:26 eva Exp $
+
+ 05 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> goffice-0.8.12.ebuild:
+ Pin glib/gtk+ dependencies to SLOT 2.
*goffice-0.8.12 (04 Dec 2010)
diff --git a/x11-libs/goffice/goffice-0.8.12.ebuild b/x11-libs/goffice/goffice-0.8.12.ebuild
index ff762c3305f9..b9d2b46d385c 100644
--- a/x11-libs/goffice/goffice-0.8.12.ebuild
+++ b/x11-libs/goffice/goffice-0.8.12.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/x11-libs/goffice/goffice-0.8.12.ebuild,v 1.1 2010/12/04 01:07:09 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/goffice/goffice-0.8.12.ebuild,v 1.2 2010/12/05 17:54:26 eva Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -17,15 +17,16 @@ IUSE="doc gnome"
# Build fails with -gtk
# FIXME: add lasem to tree
-RDEPEND=">=dev-libs/glib-2.16
+RDEPEND=">=dev-libs/glib-2.16:2
>=gnome-extra/libgsf-1.14.9[gnome?]
>=dev-libs/libxml2-2.4.12
>=x11-libs/pango-1.8.1
>=x11-libs/cairo-1.2[svg]
x11-libs/libXext
x11-libs/libXrender
- >=x11-libs/gtk+-2.16
- gnome? ( >=gnome-base/gconf-2 )"
+ >=x11-libs/gtk+-2.16:2
+ gnome? ( >=gnome-base/gconf-2 )
+"
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.18
>=dev-util/intltool-0.35