net-vpn/fp: fix drop empty IUSE

Signed-off-by: Filip Kobierski <fkobi@pm.me>
From: https://github.com/gentoo/gentoo/pull/37849
Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
Filip Kobierski
2024-07-31 13:07:25 +02:00
committed by Zac Medico
parent 4354c6d6ca
commit 924130e295

View File

@@ -1,4 +1,4 @@
# Copyright 2022 Gentoo Authors
# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/gofrp/fp-multiuser/archive/v${PV}.tar.gz -> ${P}.tar
LICENSE="Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RDEPEND="
acct-user/fp-multiuser
acct-group/fp-multiuser"