diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-07 18:00:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-09 17:34:01 +0100 |
commit | 36b7b3561e05553b9fe75c848efa495b4e3ee924 (patch) | |
tree | c3058852e30b6e6ebc47b520e5ef99a579174b39 /net-analyzer | |
parent | sys-cluster/glusterfs: fix seek (diff) | |
download | gentoo-36b7b3561e05553b9fe75c848efa495b4e3ee924.tar.gz gentoo-36b7b3561e05553b9fe75c848efa495b4e3ee924.tar.bz2 gentoo-36b7b3561e05553b9fe75c848efa495b4e3ee924.zip |
net-analyzer/gr-fosphor: Switch to PYTHON_SINGLE_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild index ca6af0c3aa21..0eceaac74e02 100644 --- a/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild +++ b/net-analyzer/gr-fosphor/gr-fosphor-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -31,7 +31,7 @@ RDEPEND="qt5? ( dev-qt/qtopengl:5 dev-qt/qtwidgets:5 ) - >=net-wireless/gnuradio-3.7_rc:0=[qt5,wxwidgets?,${PYTHON_USEDEP}] + >=net-wireless/gnuradio-3.7_rc:0=[qt5,wxwidgets?,${PYTHON_SINGLE_USEDEP}] media-libs/freetype dev-libs/boost:= glfw? ( >=media-libs/glfw-3 ) |