summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2020-06-08 15:26:41 -0400
committerRick Farina <zerochaos@gentoo.org>2020-06-08 15:26:52 -0400
commitd6f2d37f0b9fd93450aedd83a2362f9d4a2d7fb0 (patch)
tree6bd50d01e7e6a3749566423bf6f95244d2a5d7a0 /sci-libs/volk
parenteclass/usr-ldscript: make gen_usr_ldscript a noop on Prefix (diff)
downloadgentoo-d6f2d37f0b9fd93450aedd83a2362f9d4a2d7fb0.tar.gz
gentoo-d6f2d37f0b9fd93450aedd83a2362f9d4a2d7fb0.tar.bz2
gentoo-d6f2d37f0b9fd93450aedd83a2362f9d4a2d7fb0.zip
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 <zerochaos@gentoo.org>
Diffstat (limited to 'sci-libs/volk')
-rw-r--r--sci-libs/volk/volk-2.3.0-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sci-libs/volk/volk-2.3.0-r1.ebuild b/sci-libs/volk/volk-2.3.0-r1.ebuild
index c96b937c119b..31451c46050e 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