diff options
author | 2011-06-13 15:04:33 +0000 | |
---|---|---|
committer | 2011-06-13 15:04:33 +0000 | |
commit | 634e805d29cac8027e45ee4f4301b692df48ea18 (patch) | |
tree | fdb9e515f46595eb408c41b76ec71dcdaea74fbf /net-print | |
parent | x86 stable wrt bug #371169 (diff) | |
download | gentoo-2-634e805d29cac8027e45ee4f4301b692df48ea18.tar.gz gentoo-2-634e805d29cac8027e45ee4f4301b692df48ea18.tar.bz2 gentoo-2-634e805d29cac8027e45ee4f4301b692df48ea18.zip |
RDEPEND on splitted python, bug #352937.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'net-print')
-rw-r--r-- | net-print/foomatic-gui/ChangeLog | 7 | ||||
-rw-r--r-- | net-print/foomatic-gui/foomatic-gui-0.7.9.4.ebuild | 11 |
2 files changed, 12 insertions, 6 deletions
diff --git a/net-print/foomatic-gui/ChangeLog b/net-print/foomatic-gui/ChangeLog index 4aa5e2bfcf16..57e1a89cf76b 100644 --- a/net-print/foomatic-gui/ChangeLog +++ b/net-print/foomatic-gui/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-print/foomatic-gui -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-gui/ChangeLog,v 1.12 2010/11/23 10:39:30 jlec Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-gui/ChangeLog,v 1.13 2011/06/13 15:04:33 pacho Exp $ + + 13 Jun 2011; Pacho Ramos <pacho@gentoo.org> foomatic-gui-0.7.9.4.ebuild: + RDEPEND on splitted python, bug #352937. *foomatic-gui-0.7.9.4 (23 Nov 2010) diff --git a/net-print/foomatic-gui/foomatic-gui-0.7.9.4.ebuild b/net-print/foomatic-gui/foomatic-gui-0.7.9.4.ebuild index 4225d7fbf0f8..30ac0d66dea0 100644 --- a/net-print/foomatic-gui/foomatic-gui-0.7.9.4.ebuild +++ b/net-print/foomatic-gui/foomatic-gui-0.7.9.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/net-print/foomatic-gui/foomatic-gui-0.7.9.4.ebuild,v 1.1 2010/11/23 10:39:30 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-print/foomatic-gui/foomatic-gui-0.7.9.4.ebuild,v 1.2 2011/06/13 15:04:33 pacho Exp $ EAPI="3" @@ -20,9 +20,12 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND=" - >=dev-python/gnome-python-extras-2.10.0 + dev-python/libgnome-python + dev-python/pygobject:2 + dev-python/libbonobo-python + dev-python/gnome-vfs-python dev-python/ipy - dev-python/pygtk + dev-python/pygtk:2 dev-python/pywebkitgtk >=dev-python/pyxml-0.8 net-print/foomatic-db-engine" |