diff options
author | Sam James <sam@gentoo.org> | 2021-04-21 08:09:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-21 19:49:44 +0100 |
commit | 2a0dbb7ff5980c1558e19c22393d068cf3a97f33 (patch) | |
tree | 0c0b891bc8b0f91d86b41fbc470b74dc2738bc57 /net-wireless | |
parent | net-misc/sshrc: fix function declaration style (braces) (diff) | |
download | gentoo-2a0dbb7ff5980c1558e19c22393d068cf3a97f33.tar.gz gentoo-2a0dbb7ff5980c1558e19c22393d068cf3a97f33.tar.bz2 gentoo-2a0dbb7ff5980c1558e19c22393d068cf3a97f33.zip |
net-wireless/gnuradio: fix function declaration style (braces)
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/gnuradio/gnuradio-3.8.2.0-r1.ebuild | 9 | ||||
-rw-r--r-- | net-wireless/gnuradio/gnuradio-9999.ebuild | 9 |
2 files changed, 6 insertions, 12 deletions
diff --git a/net-wireless/gnuradio/gnuradio-3.8.2.0-r1.ebuild b/net-wireless/gnuradio/gnuradio-3.8.2.0-r1.ebuild index 752c3ddb7daa..5184863b7539 100644 --- a/net-wireless/gnuradio/gnuradio-3.8.2.0-r1.ebuild +++ b/net-wireless/gnuradio/gnuradio-3.8.2.0-r1.ebuild @@ -208,13 +208,11 @@ src_install() { python_optimize } -src_test() -{ +src_test() { virtx cmake_src_test } -pkg_postinst() -{ +pkg_postinst() { if use grc ; then xdg_desktop_database_update xdg_icon_cache_update @@ -222,8 +220,7 @@ pkg_postinst() fi } -pkg_postrm() -{ +pkg_postrm() { if use grc ; then xdg_desktop_database_update xdg_icon_cache_update diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild index de4c4a83fa58..fe28bc5dbdb4 100644 --- a/net-wireless/gnuradio/gnuradio-9999.ebuild +++ b/net-wireless/gnuradio/gnuradio-9999.ebuild @@ -198,13 +198,11 @@ src_install() { python_optimize } -src_test() -{ +src_test() { virtx cmake_src_test } -pkg_postinst() -{ +pkg_postinst() { if use grc ; then xdg_desktop_database_update xdg_icon_cache_update @@ -212,8 +210,7 @@ pkg_postinst() fi } -pkg_postrm() -{ +pkg_postrm() { if use grc ; then xdg_desktop_database_update xdg_icon_cache_update |