diff options
-rw-r--r-- | app-office/planner/ChangeLog | 5 | ||||
-rw-r--r-- | app-office/planner/planner-0.12-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/planner/ChangeLog b/app-office/planner/ChangeLog index a360a59bd420..413f105350f1 100644 --- a/app-office/planner/ChangeLog +++ b/app-office/planner/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-office/planner # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.9 2004/07/14 10:12:47 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/ChangeLog,v 1.10 2004/07/14 12:38:31 foser Exp $ *planner-0.12-r1 (14 Jul 2004) + 14 Jul 2004; foser <foser@gentoo.org> planner-0.12-r1.ebuild : + Fix pygtk dep to a sandbox safe version (#56995) + 14 Jul 2004; <spider@gentoo.org> +planner-0.12-r1.ebuild: ugh. I goofed up and didnt notice the new python bindings, revamped the ebuild to manage those with USE flags, and changed to the libgda interface instead of diff --git a/app-office/planner/planner-0.12-r1.ebuild b/app-office/planner/planner-0.12-r1.ebuild index c969683393e3..487032d719d0 100644 --- a/app-office/planner/planner-0.12-r1.ebuild +++ b/app-office/planner/planner-0.12-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12-r1.ebuild,v 1.1 2004/07/14 10:12:47 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/planner/planner-0.12-r1.ebuild,v 1.2 2004/07/14 12:38:31 foser Exp $ @@ -26,7 +26,7 @@ RDEPEND=">=x11-libs/gtk+-2.0.5 >=gnome-extra/libgsf-1.4 app-text/scrollkeeper libgda? ( >=gnome-extra/libgda-1.0 ) - python? ( >=dev-python/pygtk-2.0 )" + python? ( >=dev-python/pygtk-2.0.0-r1 )" DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12.0 |