From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E64F59CAF for ; Mon, 11 Apr 2016 03:45:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBF6AE0852; Mon, 11 Apr 2016 03:45:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5506CE0852 for ; Mon, 11 Apr 2016 03:45:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F05E43406F2 for ; Mon, 11 Apr 2016 03:45:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 74DA5201 for ; Mon, 11 Apr 2016 03:45:17 +0000 (UTC) From: "Doug Goldstein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Doug Goldstein" Message-ID: <1460346310.66da9fcec8849b5e102d5843a11f687657a1ca18.cardoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/rust/rust-1.7.0-r100.ebuild dev-lang/rust/rust-1.7.0.ebuild dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild dev-lang/rust/rust-1.8.0_beta20160323.ebuild X-VCS-Directories: dev-lang/rust/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: 66da9fcec8849b5e102d5843a11f687657a1ca18 X-VCS-Branch: master Date: Mon, 11 Apr 2016 03:45:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8b4d88cb-4947-4950-8018-678df3ef7161 X-Archives-Hash: f26e7f3587ce704d7ea25924a1a0d871 commit: 66da9fcec8849b5e102d5843a11f687657a1ca18 Author: Doug Goldstein gentoo org> AuthorDate: Mon Apr 11 03:44:38 2016 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Mon Apr 11 03:45:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66da9fce dev-lang/rust: disable building with rpath Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein gentoo.org> dev-lang/rust/rust-1.7.0-r100.ebuild | 1 + dev-lang/rust/rust-1.7.0.ebuild | 1 + dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild | 1 + dev-lang/rust/rust-1.8.0_beta20160323.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/dev-lang/rust/rust-1.7.0-r100.ebuild b/dev-lang/rust/rust-1.7.0-r100.ebuild index 34065d2..5772789 100644 --- a/dev-lang/rust/rust-1.7.0-r100.ebuild +++ b/dev-lang/rust/rust-1.7.0-r100.ebuild @@ -87,6 +87,7 @@ src_configure() { --default-linker=$(tc-getBUILD_CC) \ --default-ar=$(tc-getBUILD_AR) \ --python=${EPYTHON} \ + --disable-rpath \ $(use_enable clang) \ $(use_enable debug) \ $(use_enable debug llvm-assertions) \ diff --git a/dev-lang/rust/rust-1.7.0.ebuild b/dev-lang/rust/rust-1.7.0.ebuild index c17bed8..1e5c6aa 100644 --- a/dev-lang/rust/rust-1.7.0.ebuild +++ b/dev-lang/rust/rust-1.7.0.ebuild @@ -76,6 +76,7 @@ src_configure() { --default-linker=$(tc-getBUILD_CC) \ --default-ar=$(tc-getBUILD_AR) \ --python=${EPYTHON} \ + --disable-rpath \ $(use_enable clang) \ $(use_enable debug) \ $(use_enable debug llvm-assertions) \ diff --git a/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild b/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild index f9e67b1..1b95215 100644 --- a/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild +++ b/dev-lang/rust/rust-1.8.0_beta20160323-r100.ebuild @@ -87,6 +87,7 @@ src_configure() { --default-linker=$(tc-getBUILD_CC) \ --default-ar=$(tc-getBUILD_AR) \ --python=${EPYTHON} \ + --disable-rpath \ $(use_enable clang) \ $(use_enable debug) \ $(use_enable debug llvm-assertions) \ diff --git a/dev-lang/rust/rust-1.8.0_beta20160323.ebuild b/dev-lang/rust/rust-1.8.0_beta20160323.ebuild index ba5fa95..d01d496 100644 --- a/dev-lang/rust/rust-1.8.0_beta20160323.ebuild +++ b/dev-lang/rust/rust-1.8.0_beta20160323.ebuild @@ -86,6 +86,7 @@ src_configure() { --default-linker=$(tc-getBUILD_CC) \ --default-ar=$(tc-getBUILD_AR) \ --python=${EPYTHON} \ + --disable-rpath \ $(use_enable clang) \ $(use_enable debug) \ $(use_enable debug llvm-assertions) \