diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2024-01-15 16:49:45 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2024-01-15 16:54:47 +0100 |
commit | a8c5723fc70eb9f331c7e53d04881fc499f48e50 (patch) | |
tree | 4722b0805d181a5bc6996b2ccd34a738d8602957 /net-wireless/nanovna-saver/nanovna-saver-9999.ebuild | |
parent | net-p2p/syncthing: drop 1.26.1 (diff) | |
download | gentoo-a8c5723fc70eb9f331c7e53d04881fc499f48e50.tar.gz gentoo-a8c5723fc70eb9f331c7e53d04881fc499f48e50.tar.bz2 gentoo-a8c5723fc70eb9f331c7e53d04881fc499f48e50.zip |
net-wireless/nanovna-saver: Fix QA - drop empty IUSE, SRC_URI and DEPEND
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'net-wireless/nanovna-saver/nanovna-saver-9999.ebuild')
-rw-r--r-- | net-wireless/nanovna-saver/nanovna-saver-9999.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-wireless/nanovna-saver/nanovna-saver-9999.ebuild b/net-wireless/nanovna-saver/nanovna-saver-9999.ebuild index f9bae222d086..8d10dabbf044 100644 --- a/net-wireless/nanovna-saver/nanovna-saver-9999.ebuild +++ b/net-wireless/nanovna-saver/nanovna-saver-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,6 @@ inherit distutils-r1 xdg-utils DESCRIPTION="tool for reading, displaying and saving data from the NanoVNA" HOMEPAGE="https://github.com/mihtjel/nanovna-saver" -SRC_URI="" LICENSE="GPL-3+" SLOT="0" @@ -20,9 +19,7 @@ else KEYWORDS="~amd64" export SETUPTOOLS_SCM_PRETEND_VERSION="${PV}" fi -IUSE="" -DEPEND="" RDEPEND="${DEPEND} dev-python/cython[${PYTHON_USEDEP}] dev-python/pyserial[${PYTHON_USEDEP}] |