From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-848144-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 30D351384B4
	for <garchives@archives.gentoo.org>; Mon, 23 Nov 2015 01:05:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D5271E07C7;
	Mon, 23 Nov 2015 01:05:07 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 79031E07C7
	for <gentoo-commits@lists.gentoo.org>; Mon, 23 Nov 2015 01:05:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 24A8733FE7D
	for <gentoo-commits@lists.gentoo.org>; Mon, 23 Nov 2015 01:05:05 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id C7E381067
	for <gentoo-commits@lists.gentoo.org>; Mon, 23 Nov 2015 01:05:01 +0000 (UTC)
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" <blueness@gentoo.org>
Message-ID: <1448241099.40c27d23ec9cd66bc8c0c93f3ad0ec0ab32ca22e.blueness@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/valgrind/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-util/valgrind/valgrind-3.11.0.ebuild
X-VCS-Directories: dev-util/valgrind/
X-VCS-Committer: blueness
X-VCS-Committer-Name: Anthony G. Basile
X-VCS-Revision: 40c27d23ec9cd66bc8c0c93f3ad0ec0ab32ca22e
X-VCS-Branch: master
Date: Mon, 23 Nov 2015 01:05:01 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: c4661d12-79d4-4c49-bea1-e93ae6d2be3e
X-Archives-Hash: 706e22a80b2e778f09c5947059e86dba

commit:     40c27d23ec9cd66bc8c0c93f3ad0ec0ab32ca22e
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 23 01:11:39 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Mon Nov 23 01:11:39 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c27d23

dev-util/valgrind: don't filter -pie, bug #566062.

Package-Manager: portage-2.2.20.1

 dev-util/valgrind/valgrind-3.11.0.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-util/valgrind/valgrind-3.11.0.ebuild b/dev-util/valgrind/valgrind-3.11.0.ebuild
index 8b2d9ca..b91a2a2 100644
--- a/dev-util/valgrind/valgrind-3.11.0.ebuild
+++ b/dev-util/valgrind/valgrind-3.11.0.ebuild
@@ -52,14 +52,11 @@ src_configure() {
 
 	# -fomit-frame-pointer	"Assembler messages: Error: junk `8' after expression"
 	#                       while compiling insn_sse.c in none/tests/x86
-	# -fpie                 valgrind seemingly hangs when built with pie on
-	#                       amd64 (bug #102157)
 	# -fstack-protector     more undefined references to __guard and __stack_smash_handler
 	#                       because valgrind doesn't link to glibc (bug #114347)
 	# -m64 -mx32			for multilib-portage, bug #398825
 	# -ggdb3                segmentation fault on startup
 	filter-flags -fomit-frame-pointer
-	filter-flags -fpie
 	filter-flags -fstack-protector
 	filter-flags -m64 -mx32
 	replace-flags -ggdb3 -ggdb2