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 1QoNTy-0007zU-Jl for garchives@archives.gentoo.org; Tue, 02 Aug 2011 22:30:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 694D221C053; Tue, 2 Aug 2011 22:30:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 3655521C053 for ; Tue, 2 Aug 2011 22:30:30 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91C761B4018 for ; Tue, 2 Aug 2011 22:30:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id DEEA83C004 for ; Tue, 2 Aug 2011 22:30:28 +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: <9779664bcd17fe85e323a003115dbe4b998a055c.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.30.00.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: 9779664bcd17fe85e323a003115dbe4b998a055c Date: Tue, 2 Aug 2011 22:30:28 +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: 4ec9843c21ce67375c8cc01080a11e2c commit: 9779664bcd17fe85e323a003115dbe4b998a055c Author: Andrew Savchenko gmail com> AuthorDate: Tue Aug 2 22:30:00 2011 +0000 Commit: Andrew Savchenko gmail com> CommitDate: Tue Aug 2 22:30:00 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D9779664b Use rpath if prefix is enabled. (Portage version: 2.2.0_alpha50/git/Linux i686, unsigned Manifest commit) --- sci-physics/root/ChangeLog | 3 +++ sci-physics/root/root-5.30.00.ebuild | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sci-physics/root/ChangeLog b/sci-physics/root/ChangeLog index cda314e..91b9580 100644 --- a/sci-physics/root/ChangeLog +++ b/sci-physics/root/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 02 Aug 2011; Andrew Savchenko root-5.30.00.ebuild: + Enable rpath if prefix is used, see bug 346933. + *root-5.30.00 (02 Aug 2011) =20 02 Aug 2011; Andrew Savchenko =20 diff --git a/sci-physics/root/root-5.30.00.ebuild b/sci-physics/root/root= -5.30.00.ebuild index a4c4bf8..f802d13 100644 --- a/sci-physics/root/root-5.30.00.ebuild +++ b/sci-physics/root/root-5.30.00.ebuild @@ -22,10 +22,10 @@ SRC_URI=3D"ftp://root.cern.ch/${PN}/${PN}_v${PV}.sour= ce.tar.gz =20 SLOT=3D"0" LICENSE=3D"LGPL-2.1" -KEYWORDS=3D"~amd64 ~x86" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux" IUSE=3D"+X afs avahi clarens doc emacs examples fits fftw graphviz kerbe= ros ldap - llvm +math mpi mysql ncurses odbc +opengl openmp oracle postgres pythia= 6 - pythia8 python +reflex ruby qt4 ssl xft xml xinetd xrootd" + llvm +math mpi mysql ncurses odbc +opengl openmp oracle postgres prefix + pythia6 pythia8 python +reflex ruby qt4 ssl xft xml xinetd xrootd" =20 CDEPEND=3D"app-arch/xz-utils >=3Ddev-lang/cfortran-4.4-r2 @@ -182,7 +182,6 @@ src_configure() { --disable-builtin-pcre \ --disable-builtin-zlib \ --disable-builtin-lzma \ - --disable-rpath \ --enable-astiff \ --enable-exceptions \ --enable-explicitlink \ @@ -218,6 +217,7 @@ src_configure() { $(use_enable odbc) \ $(use_enable opengl) \ $(use_enable postgres pgsql) \ + $(use_enable prefix rpath) \ $(use_enable pythia6) \ $(use_enable pythia8) \ $(use_enable python) \