diff options
author | 0xd34df00d <0xd34df00d@gmail.com> | 2017-05-28 20:34:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-06-04 19:21:36 +0200 |
commit | 2febfbb0a752f8863988fbf64e015fd2485dd4aa (patch) | |
tree | 1c66774151884a73080cbaa1080551d4519c4ce8 /app-leechcraft/lc-secman | |
parent | app-backup/buttersink: dev-python/flake8 only required for tests (diff) | |
download | gentoo-2febfbb0a752f8863988fbf64e015fd2485dd4aa.tar.gz gentoo-2febfbb0a752f8863988fbf64e015fd2485dd4aa.tar.bz2 gentoo-2febfbb0a752f8863988fbf64e015fd2485dd4aa.zip |
app-leechcraft/lc-secman: add a USE flag for the contents display
Closes: https://github.com/gentoo/gentoo/pull/4791
Diffstat (limited to 'app-leechcraft/lc-secman')
-rw-r--r-- | app-leechcraft/lc-secman/lc-secman-9999.ebuild | 3 | ||||
-rw-r--r-- | app-leechcraft/lc-secman/metadata.xml | 3 |
2 files changed, 5 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 diff --git a/app-leechcraft/lc-secman/metadata.xml b/app-leechcraft/lc-secman/metadata.xml index ef43617d9e97..c5747e4376da 100644 --- a/app-leechcraft/lc-secman/metadata.xml +++ b/app-leechcraft/lc-secman/metadata.xml @@ -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> |