From 2ff13ed459a87f090b24d261f4b1ae7c4161a06c Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Tue, 15 Feb 2022 16:20:10 -0500 Subject: net-wireless/uhd: reorder *DEPEND Signed-off-by: Rick Farina (Zero_Chaos) --- net-wireless/uhd/uhd-4.1.0.4.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'net-wireless/uhd') diff --git a/net-wireless/uhd/uhd-4.1.0.4.ebuild b/net-wireless/uhd/uhd-4.1.0.4.ebuild index 01a789176b2a..4bcb7e47ea2c 100644 --- a/net-wireless/uhd/uhd-4.1.0.4.ebuild +++ b/net-wireless/uhd/uhd-4.1.0.4.ebuild @@ -27,15 +27,6 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} usrp2? ( usb ) || ( b100 b200 e300 mpmd n230 usrp1 usrp2 x300 )" -#zip an gzip are directly used by the build system -BDEPEND=" - doc? ( app-doc/doxygen ) - $(python_gen_cond_dep ' - dev-python/mako[${PYTHON_USEDEP}] - ') - app-arch/unzip - app-arch/gzip -" RDEPEND="${PYTHON_DEPS} e300? ( virtual/udev ) usb? ( virtual/libusb:1 ) @@ -47,6 +38,15 @@ RDEPEND="${PYTHON_DEPS} ') " DEPEND="${RDEPEND}" +#zip an gzip are directly used by the build system +BDEPEND=" + doc? ( app-doc/doxygen ) + $(python_gen_cond_dep ' + dev-python/mako[${PYTHON_USEDEP}] + ') + app-arch/unzip + app-arch/gzip +" PATCHES=( "${FILESDIR}/${PN}-4.0.0.0-tinfo.patch" -- cgit v1.2.3-65-gdbad