summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2008-03-02 17:18:24 +0000
committerMart Raudsepp <leio@gentoo.org>2008-03-02 17:18:24 +0000
commit63b5237a79c495b00e369d136e335f2c074ae923 (patch)
treebbb8488c19e0ecabaa4e93d6771731ea53986977 /dev-python/gnome-python-extras
parentMarked stable on amd64 as per bug 201474. (diff)
downloadgentoo-2-63b5237a79c495b00e369d136e335f2c074ae923.tar.gz
gentoo-2-63b5237a79c495b00e369d136e335f2c074ae923.tar.bz2
gentoo-2-63b5237a79c495b00e369d136e335f2c074ae923.zip
Remove libgda dependency, it was against the wrong SLOT and we can't depend on the new one yet
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python/gnome-python-extras')
-rw-r--r--dev-python/gnome-python-extras/ChangeLog7
-rw-r--r--dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild10
2 files changed, 14 insertions, 3 deletions
diff --git a/dev-python/gnome-python-extras/ChangeLog b/dev-python/gnome-python-extras/ChangeLog
index 372fe3bc0cc5..1c01432c6dad 100644
--- a/dev-python/gnome-python-extras/ChangeLog
+++ b/dev-python/gnome-python-extras/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/gnome-python-extras
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.65 2008/02/10 22:08:09 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.66 2008/03/02 17:18:24 leio Exp $
+
+ 02 Mar 2008; Mart Raudsepp <leio@gentoo.org>
+ gnome-python-extras-2.19.1-r1.ebuild:
+ Remove libgda dependency, it was against the wrong SLOT and we can't depend
+ on the new one yet
10 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org>
gnome-python-extras-2.19.1-r1.ebuild:
diff --git a/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild b/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild
index 6ddbe70649e8..a07050c92e33 100644
--- a/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild
+++ b/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.4 2008/02/10 22:08:09 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.5 2008/03/02 17:18:24 leio Exp $
inherit eutils gnome2 python virtualx autotools
@@ -20,8 +20,14 @@ RDEPEND=">=x11-libs/gtk+-2.4
xulrunner? ( net-libs/xulrunner )
!xulrunner? ( firefox? ( >=www-client/mozilla-firefox-1.0 ) )
!xulrunner? ( !firefox? ( seamonkey? ( >=www-client/seamonkey-1.0 ) ) )
- =gnome-extra/libgda-1*
>=app-text/gtkspell-2"
+ # =gnome-extra/libgda-3*
+ # This used to be wrongly libgda-1*, but as configure is automagic,
+ # it just didn't build libgda bindings before as libgda-3 is p.masked.
+ # Leaving it automagic and dep lacking as there are no notable users of
+ # these bindings as testified by the lack of bug reports for this
+ # breakage. Should be fixed after libgda-3 gets unmasked or this ebuild
+ # is split into many per bug 108479
DEPEND="${RDEPEND}
dev-util/pkgconfig"