diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-06-18 19:37:01 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-06-18 19:37:01 +0000 |
commit | 08bec408e376c3b0e5e58dd27642c8a8a92eef14 (patch) | |
tree | be04080ef0887057d8dc7e9384df80f75a8c2d74 /net-wireless/gnuradio | |
parent | Bump to 1.7.0, thanks to soehest for the nudge (diff) | |
download | gentoo-2-08bec408e376c3b0e5e58dd27642c8a8a92eef14.tar.gz gentoo-2-08bec408e376c3b0e5e58dd27642c8a8a92eef14.tar.bz2 gentoo-2-08bec408e376c3b0e5e58dd27642c8a8a92eef14.zip |
Depend on cheetah unconditionally, bug #421823.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'net-wireless/gnuradio')
-rw-r--r-- | net-wireless/gnuradio/ChangeLog | 6 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.6.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-wireless/gnuradio/ChangeLog b/net-wireless/gnuradio/ChangeLog index ca054442f0f2..0aaf3466087d 100644 --- a/net-wireless/gnuradio/ChangeLog +++ b/net-wireless/gnuradio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/gnuradio # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.12 2012/06/12 22:31:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.13 2012/06/18 19:37:01 chithanh Exp $ + + 18 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gnuradio-3.6.1-r1.ebuild: + Depend on cheetah unconditionally, bug #421823. *gnuradio-3.6.1-r1 (12 Jun 2012) diff --git a/net-wireless/gnuradio/gnuradio-3.6.1-r1.ebuild b/net-wireless/gnuradio/gnuradio-3.6.1-r1.ebuild index eda319ee3ad8..5cad0b59b121 100644 --- a/net-wireless/gnuradio/gnuradio-3.6.1-r1.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.6.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.1-r1.ebuild,v 1.1 2012/06/12 22:31:38 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.6.1-r1.ebuild,v 1.2 2012/06/18 19:37:01 chithanh Exp $ EAPI=4 PYTHON_DEPEND="2" @@ -21,6 +21,7 @@ IUSE="alsa doc examples fcd grc jack oss portaudio qt4 sdl utils wavelet wxwidge # uhd? ( dev-libs/uhd ) RDEPEND=">=dev-lang/orc-0.4.12 dev-libs/boost + dev-python/cheetah dev-util/cppunit sci-libs/fftw:3.0 fcd? ( virtual/libusb:1 ) @@ -28,7 +29,6 @@ RDEPEND=">=dev-lang/orc-0.4.12 media-libs/alsa-lib ) grc? ( - dev-python/cheetah dev-python/lxml dev-python/numpy dev-python/pygtk:2 |