summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-leechcraft/lc-secman/lc-secman-9999.ebuild')
-rw-r--r--app-leechcraft/lc-secman/lc-secman-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-leechcraft/lc-secman/lc-secman-9999.ebuild b/app-leechcraft/lc-secman/lc-secman-9999.ebuild
index b7ee29e4e596..79aea9e550a6 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