net-p2p/dbhub: Replace underscore in flag name
authorMichał Górny <mgorny@gentoo.org>
Mon, 23 Sep 2019 07:36:21 +0000 (09:36 +0200)
committerMichał Górny <mgorny@gentoo.org>
Mon, 23 Sep 2019 08:07:10 +0000 (10:07 +0200)
Closes: https://bugs.gentoo.org/695160
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-p2p/dbhub/dbhub-0.451-r1.ebuild
net-p2p/dbhub/metadata.xml

index 167df3c1edba9271721107fd5c064bd4d5ad35cb..03c53bb122b404737a5c207368ebc6c7a6e23347 100644 (file)
@@ -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)
 }
index e865d6f7b584ef28119447d8d50d3014bcc23ac8..123ec6781104662bf3a9880d490f014a69f832b6 100644 (file)
@@ -3,7 +3,7 @@
 <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>