diff --git a/app-leechcraft/lc-secman/lc-secman-9999.ebuild b/app-leechcraft/lc-secman/lc-secman-9999.ebuild index b7ee29e4e596a..79aea9e550a60 100644 --- a/app-leechcraft/lc-secman/lc-secman-9999.ebuild +++ b/app-leechcraft/lc-secman/lc-secman-9999.ebuild @@ -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 diff --git a/app-leechcraft/lc-secman/metadata.xml b/app-leechcraft/lc-secman/metadata.xml index ef43617d9e97c..c5747e4376da4 100644 --- a/app-leechcraft/lc-secman/metadata.xml +++ b/app-leechcraft/lc-secman/metadata.xml @@ -9,4 +9,7 @@ proxy-maint@gentoo.org Proxy Maintainers + + Build the GUI for viewing the stored data. +