summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-06-03 23:50:38 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2013-06-03 23:50:38 +0000
commit24e9532b423bd19ea3d0cd3db6008b3fa2c881ec (patch)
tree82d090c928d0ea47a6a3dc8aef0a5e33eab7ae1b /net-wireless/gnuradio
parentwww-client/httrack: Enable tests with Automake 1.12 (bug #472232) (diff)
downloadgentoo-2-24e9532b423bd19ea3d0cd3db6008b3fa2c881ec.tar.gz
gentoo-2-24e9532b423bd19ea3d0cd3db6008b3fa2c881ec.tar.bz2
gentoo-2-24e9532b423bd19ea3d0cd3db6008b3fa2c881ec.zip
Disable test requiring gr-filter with USE="-filter".
(Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-wireless/gnuradio')
-rw-r--r--net-wireless/gnuradio/ChangeLog6
-rw-r--r--net-wireless/gnuradio/gnuradio-3.6.5.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/net-wireless/gnuradio/ChangeLog b/net-wireless/gnuradio/ChangeLog
index 7540e102fac0..19f832f47cce 100644
--- a/net-wireless/gnuradio/ChangeLog
+++ b/net-wireless/gnuradio/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-wireless/gnuradio
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.26 2013/05/30 01:38:51 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.27 2013/06/03 23:50:38 chithanh Exp $
+
+ 03 Jun 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ gnuradio-3.6.5.ebuild:
+ Disable test requiring gr-filter with USE="-filter".
*gnuradio-3.6.4.2 (30 May 2013)
*gnuradio-3.6.5 (30 May 2013)
diff --git a/net-wireless/gnuradio/gnuradio-3.6.5.ebuild b/net-wireless/gnuradio/gnuradio-3.6.5.ebuild
index 9102f004c443..70dc16225651 100644
--- a/net-wireless/gnuradio/gnuradio-3.6.5.ebuild
+++ b/net-wireless/gnuradio/gnuradio-3.6.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.5.ebuild,v 1.1 2013/05/30 01:38:51 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.5.ebuild,v 1.2 2013/06/03 23:50:38 chithanh Exp $
EAPI=5
PYTHON_DEPEND="2"
@@ -90,6 +90,8 @@ src_prepare() {
python_convert_shebangs -q -r 2 "${S}"
# Useless UI element would require qt3support, bug #365019
sed -i '/qPixmapFromMimeSource/d' "${S}"/gr-qtgui/lib/spectrumdisplayform.ui || die
+ # do not build gr-filter test when gr-filter is disabled, bug #472172
+ sed -i 's/ENABLE_TESTING/ENABLE_TESTING AND ENABLE_GR_FILTER/' gr-blocks/lib/CMakeLists.txt || die
base_src_prepare
}