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 52D861382C5 for ; Mon, 8 Jun 2020 19:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D5CEE0883; Mon, 8 Jun 2020 19:27:00 +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 2FBD6E0883 for ; Mon, 8 Jun 2020 19:27:00 +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 7C08C34F21E for ; Mon, 8 Jun 2020 19:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D49C1EE for ; Mon, 8 Jun 2020 19:26:52 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1591644412.d6f2d37f0b9fd93450aedd83a2362f9d4a2d7fb0.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/volk/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/volk/volk-2.3.0-r1.ebuild X-VCS-Directories: sci-libs/volk/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: d6f2d37f0b9fd93450aedd83a2362f9d4a2d7fb0 X-VCS-Branch: master Date: Mon, 8 Jun 2020 19:26:52 +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: b4597c75-119b-439a-a2b8-d4e2030ad89e X-Archives-Hash: 92c99d67c6c15824d980b0d773316180 commit: d6f2d37f0b9fd93450aedd83a2362f9d4a2d7fb0 Author: Rick Farina gentoo org> AuthorDate: Mon Jun 8 19:26:41 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Mon Jun 8 19:26:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6f2d37f sci-libs/volk: add comment for build_type this will help me to remember to remove the override when upstream adds the fix Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Rick Farina gentoo.org> sci-libs/volk/volk-2.3.0-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-libs/volk/volk-2.3.0-r1.ebuild b/sci-libs/volk/volk-2.3.0-r1.ebuild index c96b937c119..31451c46050 100644 --- a/sci-libs/volk/volk-2.3.0-r1.ebuild +++ b/sci-libs/volk/volk-2.3.0-r1.ebuild @@ -4,6 +4,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) + +#https://github.com/gnuradio/volk/issues/383 CMAKE_BUILD_TYPE="Release" inherit cmake python-single-r1