From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q7Trv-0000v6-4b for garchives@archives.gentoo.org; Wed, 06 Apr 2011 14:38:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D4801C15A; Wed, 6 Apr 2011 14:31:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6AA301C09D for ; Wed, 6 Apr 2011 14:28:17 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF3CD1BC012 for ; Wed, 6 Apr 2011 14:28:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 37CDC8006D for ; Wed, 6 Apr 2011 14:28:16 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <5aaa77b553a7c0cf81459bdf4b444e34bb1dc96b.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: net-libs/libsoup/ X-VCS-Repository: proj/gnome X-VCS-Files: net-libs/libsoup/libsoup-2.34.0.ebuild X-VCS-Directories: net-libs/libsoup/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 5aaa77b553a7c0cf81459bdf4b444e34bb1dc96b Date: Wed, 6 Apr 2011 14:28:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d6db2649c4b1c97d7a081b3ae1e0499a commit: 5aaa77b553a7c0cf81459bdf4b444e34bb1dc96b Author: Gilles Dartiguelongue gentoo org> AuthorDate: Wed Apr 6 14:10:45 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Wed Apr 6 14:28:10 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D5aaa77b5 net-libs/libsoup: QAed * Use renamed USE flag in glib-networking (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key C6085806) --- net-libs/libsoup/libsoup-2.34.0.ebuild | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/net-libs/libsoup/libsoup-2.34.0.ebuild b/net-libs/libsoup/li= bsoup-2.34.0.ebuild index 7a72a50..fda3480 100644 --- a/net-libs/libsoup/libsoup-2.34.0.ebuild +++ b/net-libs/libsoup/libsoup-2.34.0.ebuild @@ -13,12 +13,12 @@ HOMEPAGE=3D"http://live.gnome.org/LibSoup" =20 LICENSE=3D"LGPL-2" SLOT=3D"2.4" -KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~= x86-fbsd" -IUSE=3D"debug doc +introspection test" +KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc = ~x86 ~x86-fbsd" +IUSE=3D"debug doc +introspection ssl test" =20 -RDEPEND=3D">=3Ddev-libs/glib-2.27.5 - >=3Ddev-libs/libxml2-2 - net-libs/glib-networking[gnutls] +RDEPEND=3D">=3Ddev-libs/glib-2.27.5:2 + >=3Ddev-libs/libxml2-2:2 + net-libs/glib-networking[ssl?] introspection? ( >=3Ddev-libs/gobject-introspection-0.9.5 )" DEPEND=3D"${RDEPEND} >=3Ddev-util/pkgconfig-0.9 @@ -27,8 +27,9 @@ DEPEND=3D"${RDEPEND} # test? ( www-servers/apache[ssl,apache2_modules_auth_digest,apache2_mod= ules_alias,apache2_modules_auth_basic, # apache2_modules_authn_file,apache2_modules_authz_host,apache2_modules= _authz_user,apache2_modules_dir, # apache2_modules_mime,apache2_modules_proxy,apache2_modules_proxy_http= ,apache2_modules_proxy_connect] -# dev-lang/php[apache2] -# net-misc/curl )" +# dev-lang/php[apache2,xmlrpc] +# net-misc/curl +# net-libs/glib-networking[ssl])" =20 pkg_setup() { # Set invalid apache module dir until apache tests are ready, bug #3269= 57