diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2024-01-15 14:39:08 +0100 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2024-01-15 14:39:08 +0100 |
commit | f1985354efea1528596833051ae2b8ac98c7168a (patch) | |
tree | b67b00366e40d45630262fbf53ae30f5a4d34083 /sci-electronics | |
parent | media-radio/xlog: Fix QA - drop empty IUSE (diff) | |
download | gentoo-f1985354efea1528596833051ae2b8ac98c7168a.tar.gz gentoo-f1985354efea1528596833051ae2b8ac98c7168a.tar.bz2 gentoo-f1985354efea1528596833051ae2b8ac98c7168a.zip |
sci-electronics/voacapl: Fix QA - drop empty IUSE
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild b/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild index f9d44130cf38..31ddee59a282 100644 --- a/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild +++ b/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -14,7 +14,6 @@ SRC_URI="https://github.com/jawatson/${PN}/archive/v.${PV}.tar.gz -> ${P}.tar.gz LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="amd64 ~x86" -IUSE="" RESTRICT="mirror bindist" |