app-leechcraft/lc-secman: add a USE flag for the contents display
author0xd34df00d <0xd34df00d@gmail.com>
Sun, 28 May 2017 18:34:49 +0000 (20:34 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 4 Jun 2017 17:21:36 +0000 (19:21 +0200)
Closes: https://github.com/gentoo/gentoo/pull/4791

app-leechcraft/lc-secman/lc-secman-9999.ebuild
app-leechcraft/lc-secman/metadata.xml

index b7ee29e4e596a88820b4d542740da1f3c50e9c30..79aea9e550a60d7b107ee1ffcf2c64e71f63d6aa 100644 (file)
@@ -9,7 +9,7 @@ DESCRIPTION="Security and personal data manager for LeechCraft"
 
 SLOT="0"
 KEYWORDS=""
-IUSE="debug crypt"
+IUSE="debug crypt exposecontents"
 
 DEPEND="~app-leechcraft/lc-core-${PV}
        crypt? ( dev-libs/openssl:0 )
@@ -20,6 +20,7 @@ RDEPEND="${DEPEND}"
 src_configure() {
        local mycmakeargs=(
                -DENABLE_SECMAN_SECURESTORAGE=$(usex crypt)
+               -DWITH_SECMAN_EXPOSE_CONTENTSDISPLAY=$(usex exposecontents)
        )
 
        cmake-utils_src_configure
index ef43617d9e97c331350b2f2f78b4f25375e2983f..c5747e4376da465525d78429dddcef122bfe5026 100644 (file)
@@ -9,4 +9,7 @@
                <email>proxy-maint@gentoo.org</email>
                <name>Proxy Maintainers</name>
        </maintainer>
+       <use>
+               <flag name="exposecontents">Build the GUI for viewing the stored data.</flag>
+       </use>
 </pkgmetadata>