diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-31 13:07:25 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2024-07-31 14:49:36 -0700 |
commit | 924130e2955b05fd2ca3f3dbd14ccefe2cb7b02b (patch) | |
tree | f210608efdd9fd2c8712fa7ea9257a2e1328dbe8 /net-vpn | |
parent | net-vpn/i2pd: move acct-* to RDEPEND only (diff) | |
download | gentoo-924130e2955b05fd2ca3f3dbd14ccefe2cb7b02b.tar.gz gentoo-924130e2955b05fd2ca3f3dbd14ccefe2cb7b02b.tar.bz2 gentoo-924130e2955b05fd2ca3f3dbd14ccefe2cb7b02b.zip |
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>
Diffstat (limited to 'net-vpn')
-rw-r--r-- | net-vpn/fp-multiuser/fp-multiuser-0.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-vpn/fp-multiuser/fp-multiuser-0.0.2.ebuild b/net-vpn/fp-multiuser/fp-multiuser-0.0.2.ebuild index bc98553b747e..358f00f4c30e 100644 --- a/net-vpn/fp-multiuser/fp-multiuser-0.0.2.ebuild +++ b/net-vpn/fp-multiuser/fp-multiuser-0.0.2.ebuild @@ -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" |