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 E083B13933E for ; Mon, 19 Jul 2021 10:46:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37C5DE0ADD; Mon, 19 Jul 2021 10:46:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1CDA1E0ADD for ; Mon, 19 Jul 2021 10:46:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 63F68340562 for ; Mon, 19 Jul 2021 10:46:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2A6C5C4 for ; Mon, 19 Jul 2021 10:46:09 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1626691566.71b7afa9cb06a03cf9135fc9ee8c135cbc918a6f.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/libredwg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/libredwg/libredwg-0.12.4.ebuild X-VCS-Directories: media-gfx/libredwg/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 71b7afa9cb06a03cf9135fc9ee8c135cbc918a6f X-VCS-Branch: master Date: Mon, 19 Jul 2021 10:46:09 +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: 80b457f4-6fe8-45ad-b06c-bb2165213686 X-Archives-Hash: c4d81ae7aca98041160031e0725a094a commit: 71b7afa9cb06a03cf9135fc9ee8c135cbc918a6f Author: Andrew Ammerlaan gentoo org> AuthorDate: Mon Jul 19 10:41:48 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Jul 19 10:46:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b7afa9 media-gfx/libredwg: bdep on gcc[sanitize]/clang...[asan] Closes: https://bugs.gentoo.org/802885 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> media-gfx/libredwg/libredwg-0.12.4.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-gfx/libredwg/libredwg-0.12.4.ebuild b/media-gfx/libredwg/libredwg-0.12.4.ebuild index f6d7f18dea1..6edddbd8e78 100644 --- a/media-gfx/libredwg/libredwg-0.12.4.ebuild +++ b/media-gfx/libredwg/libredwg-0.12.4.ebuild @@ -34,6 +34,11 @@ DEPEND="${RDEPEND} python? ( dev-lang/swig ) perl? ( dev-lang/swig ) " +BDEPEND="|| ( + sys-devel/gcc[sanitize] + sys-libs/compiler-rt-sanitizers[asan(-)] + ) +" src_configure() { perl_set_version