Closes: https://bugs.gentoo.org/695160
Signed-off-by: Michał Górny <mgorny@gentoo.org>
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}"
econf \
$(use_enable nls) \
$(use_enable perl) \
- $(use_enable switch_user) \
+ $(use_enable switch-user switch_user) \
$(use_enable debug)
}
<pkgmetadata>
<!-- maintainer-needed -->
<use>
- <flag name="switch_user">Enable support for switching user</flag>
+ <flag name="switch-user">Enable support for switching user</flag>
</use>
<upstream>
<remote-id type="sourceforge">dbhub</remote-id>