diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-08-30 22:50:39 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-08-30 22:50:39 +0000 |
commit | ec710956c81b13cefe22a2d111ecc072b8bc4255 (patch) | |
tree | e48997db88a77b49443d4f3f8bfb393f93d196ae /net-libs | |
parent | Depend on libsoup-gnome again, clean up old revisions. (diff) | |
download | gentoo-2-ec710956c81b13cefe22a2d111ecc072b8bc4255.tar.gz gentoo-2-ec710956c81b13cefe22a2d111ecc072b8bc4255.tar.bz2 gentoo-2-ec710956c81b13cefe22a2d111ecc072b8bc4255.zip |
Depend on libsoup-gnome again.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libsocialweb/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libsocialweb/libsocialweb-0.25.21.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libsocialweb/ChangeLog b/net-libs/libsocialweb/ChangeLog index 9f97dfb72873..63053fdae632 100644 --- a/net-libs/libsocialweb/ChangeLog +++ b/net-libs/libsocialweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libsocialweb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/ChangeLog,v 1.22 2013/07/21 10:46:49 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/ChangeLog,v 1.23 2013/08/30 22:50:39 eva Exp $ + + 30 Aug 2013; Gilles Dartiguelongue <eva@gentoo.org> + libsocialweb-0.25.21.ebuild: + Depend on libsoup-gnome again. 21 Jul 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml: update USE flags desc diff --git a/net-libs/libsocialweb/libsocialweb-0.25.21.ebuild b/net-libs/libsocialweb/libsocialweb-0.25.21.ebuild index 067de9e8d495..a83401c9dfa4 100644 --- a/net-libs/libsocialweb/libsocialweb-0.25.21.ebuild +++ b/net-libs/libsocialweb/libsocialweb-0.25.21.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/libsocialweb/libsocialweb-0.25.21.ebuild,v 1.9 2013/03/31 19:05:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libsocialweb/libsocialweb-0.25.21.ebuild,v 1.10 2013/08/30 22:50:39 eva Exp $ EAPI="4" GCONF_DEBUG="no" @@ -29,7 +29,7 @@ RDEPEND=">=dev-libs/glib-2.14:2 dev-libs/json-glib net-libs/libsoup:2.4 - gnome? ( || ( >=net-libs/libsoup-2.42:2.4 >=net-libs/libsoup-gnome-2.25.1:2.4 ) ) + gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 ) introspection? ( >=dev-libs/gobject-introspection-0.9.6 ) networkmanager? ( net-misc/networkmanager ) !networkmanager? ( connman? ( net-misc/connman ) )" |