diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-03-29 16:54:30 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-03-29 16:54:30 +0000 |
commit | 30053b9728995a2daedb3adae668abc9f0b712e2 (patch) | |
tree | a5ad6191046fd8e33a07387ed89153b85c92e8c9 /net-libs/rest | |
parent | fix dependencies (diff) | |
download | gentoo-2-30053b9728995a2daedb3adae668abc9f0b712e2.tar.gz gentoo-2-30053b9728995a2daedb3adae668abc9f0b712e2.tar.bz2 gentoo-2-30053b9728995a2daedb3adae668abc9f0b712e2.zip |
Be ready for unsplitted libsoup (#463748)
(Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/rest')
-rw-r--r-- | net-libs/rest/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/rest/rest-0.7.90.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/rest/ChangeLog b/net-libs/rest/ChangeLog index 2b2102b3423f..767b5a55a2f4 100644 --- a/net-libs/rest/ChangeLog +++ b/net-libs/rest/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/rest # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/ChangeLog,v 1.14 2013/02/02 23:05:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/ChangeLog,v 1.15 2013/03/29 16:54:30 pacho Exp $ + + 29 Mar 2013; Pacho Ramos <pacho@gentoo.org> rest-0.7.90.ebuild: + Be ready for unsplitted libsoup (#463748) 02 Feb 2013; Agostino Sarubbo <ago@gentoo.org> rest-0.7.90.ebuild: Add ~arm, wrt bug #449220 diff --git a/net-libs/rest/rest-0.7.90.ebuild b/net-libs/rest/rest-0.7.90.ebuild index 9b8d91e857d8..cbb8bb5ffff6 100644 --- a/net-libs/rest/rest-0.7.90.ebuild +++ b/net-libs/rest/rest-0.7.90.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/rest/rest-0.7.90.ebuild,v 1.4 2013/02/02 23:05:39 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.90.ebuild,v 1.5 2013/03/29 16:54:30 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -21,7 +21,7 @@ RDEPEND="app-misc/ca-certificates >=dev-libs/glib-2.24:2 dev-libs/libxml2:2 net-libs/libsoup:2.4 - gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 ) + gnome? ( || ( >=net-libs/libsoup-gnome-2.25.1:2.4 net-libs/libsoup[gnome] ) ) introspection? ( >=dev-libs/gobject-introspection-0.6.7 )" DEPEND="${RDEPEND} |