Closes: https://github.com/gentoo/gentoo/pull/4791
SLOT="0"
KEYWORDS=""
-IUSE="debug crypt"
+IUSE="debug crypt exposecontents"
DEPEND="~app-leechcraft/lc-core-${PV}
crypt? ( dev-libs/openssl:0 )
src_configure() {
local mycmakeargs=(
-DENABLE_SECMAN_SECURESTORAGE=$(usex crypt)
+ -DWITH_SECMAN_EXPOSE_CONTENTSDISPLAY=$(usex exposecontents)
)
cmake-utils_src_configure
<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>