summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-16 08:55:24 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-16 08:55:24 +0000
commitbeb5a159635bf73a6744074bc803be481522a3b9 (patch)
tree377e03ec33954237a8a4e17646ca00a12a727537 /app-office/planner
parentUse pre-built docs and offer examples (bug 358491). (diff)
downloadgentoo-2-beb5a159635bf73a6744074bc803be481522a3b9.tar.gz
gentoo-2-beb5a159635bf73a6744074bc803be481522a3b9.tar.bz2
gentoo-2-beb5a159635bf73a6744074bc803be481522a3b9.zip
Fix slot-deps on gtk+ and other libs
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'app-office/planner')
-rw-r--r--app-office/planner/ChangeLog7
-rw-r--r--app-office/planner/planner-0.14.4.ebuild16
2 files changed, 13 insertions, 10 deletions
diff --git a/app-office/planner/ChangeLog b/app-office/planner/ChangeLog
index 3fe71ee2ee8f..280939cdaf58 100644
--- a/app-office/planner/ChangeLog
+++ b/app-office/planner/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/planner
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.57 2010/10/06 20:35:22 eva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.58 2011/03/16 08:55:24 nirbheek Exp $
+
+ 16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> planner-0.14.4.ebuild:
+ Fix slot-deps on gtk+ and other libs
06 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> planner-0.14.4.ebuild:
Do not install *.la files, they are not needed by planner itself and
diff --git a/app-office/planner/planner-0.14.4.ebuild b/app-office/planner/planner-0.14.4.ebuild
index 80beeacae574..7ff50aa28dbc 100644
--- a/app-office/planner/planner-0.14.4.ebuild
+++ b/app-office/planner/planner-0.14.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.4.ebuild,v 1.7 2010/10/06 20:35:22 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.14.4.ebuild,v 1.8 2011/03/16 08:55:24 nirbheek Exp $
EAPI="1"
@@ -14,14 +14,14 @@ LICENSE="GPL-2"
KEYWORDS="alpha amd64 ppc sparc x86"
IUSE="doc eds libgda python examples"
-RDEPEND=">=dev-libs/glib-2.6
- >=x11-libs/gtk+-2.6
+RDEPEND=">=dev-libs/glib-2.6:2
+ >=x11-libs/gtk+-2.6:2
>=gnome-base/libgnomecanvas-2.10
>=gnome-base/libgnomeui-2.10
- >=gnome-base/libglade-2.4
- >=gnome-base/gnome-vfs-2.10
- >=gnome-base/gconf-2.6
- >=dev-libs/libxml2-2.6.27
+ >=gnome-base/libglade-2.4:2.0
+ >=gnome-base/gnome-vfs-2.10:2
+ >=gnome-base/gconf-2.6:2
+ >=dev-libs/libxml2-2.6.27:2
>=dev-libs/libxslt-1.1.23
libgda? ( gnome-extra/libgda:3 )
python? ( >=dev-python/pygtk-2.6 )