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 1RbGOX-0003DG-08 for garchives@archives.gentoo.org; Thu, 15 Dec 2011 18:51:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9FE621C0AE; Thu, 15 Dec 2011 18:50:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BAF5721C0AE for ; Thu, 15 Dec 2011 18:50:57 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0F821B4071 for ; Thu, 15 Dec 2011 18:50:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3EAC88004A for ; Thu, 15 Dec 2011 18:50:54 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <69353f77fa32ff3b802d3f11d362a35cf6ee2b75.bircoph@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-physics/root/ X-VCS-Repository: proj/sci X-VCS-Files: sci-physics/root/ChangeLog sci-physics/root/root-5.32.00-r1.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 69353f77fa32ff3b802d3f11d362a35cf6ee2b75 Date: Thu, 15 Dec 2011 18:50:54 +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: ad9b2d35-cf1e-44bf-bf89-aea58792016c X-Archives-Hash: 4169ca6b42f6b5fd6b3ab2ff5c785a9e commit: 69353f77fa32ff3b802d3f11d362a35cf6ee2b75 Author: Andrew Savchenko gmail com> AuthorDate: Thu Dec 15 18:47:44 2011 +0000 Commit: Andrew Savchenko gmail com> CommitDate: Thu Dec 15 18:47:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D69353f77 sci-physics/root: fix clarens dependency sci-physics/root[clarens] requires dev-libs/xmlrpc-c[curl] --- sci-physics/root/ChangeLog | 7 +++++++ sci-physics/root/root-5.32.00-r1.ebuild | 2 +- 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index d94e07c..5fb2231 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -2,6 +2,13 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 15 Dec 2011; Andrew Savchenko root-5.32.00-r1.ebui= ld: + sci-physics/root: update clarens requirements + + root[clarens] fails to build if clarens dependency + dev-libs/xmlrpc-c was build with USE=3D"-curl", so request + dev-libs/xmlrpc-c[curl]. + 11 Dec 2011; Andrew Savchenko root-5.32.00-r1.ebui= ld: Add ~x86-linux keyword per bug 346933 request. =20 diff --git a/sci-physics/root/root-5.32.00-r1.ebuild b/sci-physics/root/r= oot-5.32.00-r1.ebuild index 9352fe1..a38df3d 100644 --- a/sci-physics/root/root-5.32.00-r1.ebuild +++ b/sci-physics/root/root-5.32.00-r1.ebuild @@ -59,7 +59,7 @@ CDEPEND=3D" ) afs? ( net-fs/openafs ) avahi? ( net-dns/avahi ) - clarens? ( dev-libs/xmlrpc-c ) + clarens? ( dev-libs/xmlrpc-c[curl] ) emacs? ( virtual/emacs ) fits? ( sci-libs/cfitsio ) fftw? ( sci-libs/fftw:3.0 )