diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-08-01 23:44:28 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2014-08-01 23:44:28 +0000 |
commit | c8c54c8aaa7d885c59c6d9ee7d8a78051f2f97ac (patch) | |
tree | 0295a6c66f54bc58302477fbaecc5a19c7df37d8 /net-wireless/gnuradio | |
parent | Security bump (bug #518766). Removed old (diff) | |
download | gentoo-2-c8c54c8aaa7d885c59c6d9ee7d8a78051f2f97ac.tar.gz gentoo-2-c8c54c8aaa7d885c59c6d9ee7d8a78051f2f97ac.tar.bz2 gentoo-2-c8c54c8aaa7d885c59c6d9ee7d8a78051f2f97ac.zip |
Make python USE dependency even stricter, bug #517994.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'net-wireless/gnuradio')
-rw-r--r-- | net-wireless/gnuradio/ChangeLog | 6 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.7.4.ebuild | 4 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-9999.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-wireless/gnuradio/ChangeLog b/net-wireless/gnuradio/ChangeLog index e5aa74856f8f..6266a4543e52 100644 --- a/net-wireless/gnuradio/ChangeLog +++ b/net-wireless/gnuradio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-wireless/gnuradio # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.47 2014/08/01 18:57:01 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.48 2014/08/01 23:44:28 chithanh Exp $ + + 01 Aug 2014; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + gnuradio-3.7.4.ebuild, gnuradio-9999.ebuild: + Make python USE dependency even stricter, bug #517994. 01 Aug 2014; Rick Farina <zerochaos@gentoo.org> gnuradio-3.7.4.ebuild, gnuradio-9999.ebuild: diff --git a/net-wireless/gnuradio/gnuradio-3.7.4.ebuild b/net-wireless/gnuradio/gnuradio-3.7.4.ebuild index 41e943589e58..a4230bf117e2 100644 --- a/net-wireless/gnuradio/gnuradio-3.7.4.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.7.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.7.4.ebuild,v 1.4 2014/08/01 18:57:01 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-3.7.4.ebuild,v 1.5 2014/08/01 23:44:28 chithanh Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -46,7 +46,7 @@ RDEPEND="${PYTHON_DEPS} alsa? ( media-libs/alsa-lib[${PYTHON_USEDEP}] ) - ctrlport? ( dev-libs/Ice[${PYTHON_USEDEP}] ) + ctrlport? ( dev-libs/Ice[python,${PYTHON_USEDEP}] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index 59525e6abd5e..04a9733f3a13 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-9999.ebuild,v 1.17 2014/08/01 18:57:01 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-9999.ebuild,v 1.18 2014/08/01 23:44:28 chithanh Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -47,7 +47,7 @@ RDEPEND="${PYTHON_DEPS} alsa? ( media-libs/alsa-lib[${PYTHON_USEDEP}] ) - ctrlport? ( dev-libs/Ice[${PYTHON_USEDEP}] ) + ctrlport? ( dev-libs/Ice[python,${PYTHON_USEDEP}] ) fcd? ( virtual/libusb:1 ) filter? ( sci-libs/scipy ) grc? ( |