diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-09-16 13:03:21 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2013-09-16 13:03:21 +0000 |
commit | 58ff3b1130e54b15b793b4a813cee2aac3f813ee (patch) | |
tree | 06ffedfeec6d80caeac3d4e1c4362a1643fc3ab9 /net-libs | |
parent | Version bump. The new version adds support for git-r3. (diff) | |
download | gentoo-2-58ff3b1130e54b15b793b4a813cee2aac3f813ee.tar.gz gentoo-2-58ff3b1130e54b15b793b4a813cee2aac3f813ee.tar.bz2 gentoo-2-58ff3b1130e54b15b793b4a813cee2aac3f813ee.zip |
Require >=json-glib-0.16 to prevent segfault when accessing Google accounts (bug #485092, thanks to Alessandro Capogna).
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'net-libs')
3 files changed, 12 insertions, 5 deletions
diff --git a/net-libs/gnome-online-accounts/ChangeLog b/net-libs/gnome-online-accounts/ChangeLog index 801f09aa4fa7..7e30e295e62b 100644 --- a/net-libs/gnome-online-accounts/ChangeLog +++ b/net-libs/gnome-online-accounts/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-libs/gnome-online-accounts # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.22 2013/09/01 21:49:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.23 2013/09/16 13:03:21 tetromino Exp $ + + 16 Sep 2013; Alexandre Rostovtsev <tetromino@gentoo.org> + gnome-online-accounts-3.8.2.ebuild, gnome-online-accounts-3.8.3.ebuild: + Require >=json-glib-0.16 to prevent segfault when accessing Google accounts + (bug #485092, thanks to Alessandro Capogna). *gnome-online-accounts-3.8.3 (01 Sep 2013) diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild index fe44839f5153..fd866084c880 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild,v 1.4 2013/07/01 21:06:31 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.2.ebuild,v 1.5 2013/09/16 13:03:21 tetromino Exp $ EAPI="5" inherit gnome2 @@ -17,10 +17,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" # libsoup used in goaoauthprovider # goa kerberos provider is incompatible with app-crypt/heimdal, see # https://bugzilla.gnome.org/show_bug.cgi?id=692250 +# json-glib-0.16 needed for bug #485092 RDEPEND=" >=dev-libs/glib-2.35:2 app-crypt/libsecret - dev-libs/json-glib + >=dev-libs/json-glib-0.16 dev-libs/libxml2:2 >=net-libs/libsoup-2.42:2.4 net-libs/rest:0.7 diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild index 9ac08727e1b6..eecfa489d4f1 100644 --- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild +++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild,v 1.1 2013/09/01 21:49:27 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.8.3.ebuild,v 1.2 2013/09/16 13:03:21 tetromino Exp $ EAPI="5" @@ -18,10 +18,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" # libsoup used in goaoauthprovider # goa kerberos provider is incompatible with app-crypt/heimdal, see # https://bugzilla.gnome.org/show_bug.cgi?id=692250 +# json-glib-0.16 needed for bug #485092 RDEPEND=" >=dev-libs/glib-2.35:2 app-crypt/libsecret - dev-libs/json-glib + >=dev-libs/json-glib-0.16 dev-libs/libxml2:2 >=net-libs/libsoup-2.42:2.4 net-libs/rest:0.7 |