summaryrefslogtreecommitdiff
path: root/net-p2p/dbhub/dbhub-0.451-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-09-25 19:33:39 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-09-28 08:31:11 +0100
commitad6182343997a405079870a2fe91c4e0c6b94595 (patch)
tree4aa7483cd0ad7de54338afc8e7971417abe1dd81 /net-p2p/dbhub/dbhub-0.451-r1.ebuild
parente8f81810baa21f490d6910e8e2d424546b72a333 (diff)
gentoo resync : 25.09.2019
Diffstat (limited to 'net-p2p/dbhub/dbhub-0.451-r1.ebuild')
-rw-r--r--net-p2p/dbhub/dbhub-0.451-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/dbhub/dbhub-0.451-r1.ebuild b/net-p2p/dbhub/dbhub-0.451-r1.ebuild
index 167df3c1edba..03c53bb122b4 100644
--- a/net-p2p/dbhub/dbhub-0.451-r1.ebuild
+++ b/net-p2p/dbhub/dbhub-0.451-r1.ebuild
@@ -11,10 +11,10 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tbz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug perl nls switch_user"
+IUSE="debug perl nls switch-user"
DEPEND="perl? ( dev-lang/perl )
- switch_user? ( sys-libs/libcap )"
+ switch-user? ( sys-libs/libcap )"
RDEPEND="${DEPEND}"
@@ -33,6 +33,6 @@ src_configure() {
econf \
$(use_enable nls) \
$(use_enable perl) \
- $(use_enable switch_user) \
+ $(use_enable switch-user switch_user) \
$(use_enable debug)
}