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 75F9C138C50 for ; Mon, 24 Oct 2016 14:52:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23AD7E0854; Mon, 24 Oct 2016 14:52:10 +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 0A112E0854 for ; Mon, 24 Oct 2016 14:52:09 +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 1A9E5341447 for ; Mon, 24 Oct 2016 14:52:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D833304 for ; Mon, 24 Oct 2016 14:52:05 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1477320719.896e22dc8527aaec6ef2166ddb786b90a8e96ebf.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild X-VCS-Directories: sys-libs/compiler-rt-sanitizers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 896e22dc8527aaec6ef2166ddb786b90a8e96ebf X-VCS-Branch: master Date: Mon, 24 Oct 2016 14:52:05 +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: 7000dc21-9f48-47a3-82fe-5b096a26be9a X-Archives-Hash: 3d6e4edaee287fc2730b6929f1a04507 commit: 896e22dc8527aaec6ef2166ddb786b90a8e96ebf Author: Michał Górny gentoo org> AuthorDate: Mon Oct 24 14:44:54 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Oct 24 14:51:59 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896e22dc sys-libs/compiler-rt-sanitizers: Remove asan_symbolize.py Stop installing asan_symbolize.py as it is now replaced by llvm-symbolizer. .../compiler-rt-sanitizers-9999.ebuild | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild index c83df17..39a8040 100644 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-9999.ebuild @@ -8,7 +8,7 @@ EAPI=6 CMAKE_MIN_VERSION=3.4.3 PYTHON_COMPAT=( python2_7 ) -inherit cmake-utils flag-o-matic git-r3 python-single-r1 +inherit cmake-utils flag-o-matic git-r3 python-any-r1 DESCRIPTION="Compiler runtime libraries for clang (sanitizers & xray)" HOMEPAGE="http://llvm.org/" @@ -21,13 +21,12 @@ SLOT="0/${PV%.*}" KEYWORDS="" IUSE="test" -RDEPEND="${PYTHON_DEPS} - !