From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45AFD138334 for ; Mon, 5 Aug 2019 15:34:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F518E080E; Mon, 5 Aug 2019 15:34:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B420E080E for ; Mon, 5 Aug 2019 15:34:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E63E349599 for ; Mon, 5 Aug 2019 15:34:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA2D7622 for ; Mon, 5 Aug 2019 15:34:24 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1565019228.6e21b8c068268e28d46d43cc9620c65456665659.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/root/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-physics/root/root-9999.ebuild X-VCS-Directories: sci-physics/root/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 6e21b8c068268e28d46d43cc9620c65456665659 X-VCS-Branch: master Date: Mon, 5 Aug 2019 15:34:24 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c9b32a93-ce15-4f90-ae40-a83f7c15985c X-Archives-Hash: d3b9d0a5d5cbafddd2c65fc0bc7159a7 commit: 6e21b8c068268e28d46d43cc9620c65456665659 Author: Guilherme Amadio gentoo org> AuthorDate: Mon Aug 5 15:33:48 2019 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Mon Aug 5 15:33:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e21b8c0 sci-physics/root: update src_prepare for upstream fixes Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Guilherme Amadio gentoo.org> sci-physics/root/root-9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sci-physics/root/root-9999.ebuild b/sci-physics/root/root-9999.ebuild index dbe4236df64..c537b3c26eb 100644 --- a/sci-physics/root/root-9999.ebuild +++ b/sci-physics/root/root-9999.ebuild @@ -141,8 +141,6 @@ src_prepare() { if use nosplash; then sed -i -e '/bool gNoLogo/s@false@true@' rootx/src/rootx.cxx fi - - hprefixify core/clingutils/CMakeLists.txt } # Note: ROOT uses bundled clang because it is patched and API-incompatible