summaryrefslogtreecommitdiff
path: root/gnome-base/gnome-keyring/gnome-keyring-42.1-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-14 10:00:59 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-14 10:00:59 +0100
commit3fa8418e7778f51be61ca1c9114059c73a477459 (patch)
tree31553752ae6fa751517d9947b637b152a2ed3540 /gnome-base/gnome-keyring/gnome-keyring-42.1-r2.ebuild
parenta64517889ae341f6c77a299cd3aecdcfcf1694f6 (diff)
gentoo auto-resync : 14:05:2023 - 10:00:59
Diffstat (limited to 'gnome-base/gnome-keyring/gnome-keyring-42.1-r2.ebuild')
-rw-r--r--gnome-base/gnome-keyring/gnome-keyring-42.1-r2.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnome-base/gnome-keyring/gnome-keyring-42.1-r2.ebuild b/gnome-base/gnome-keyring/gnome-keyring-42.1-r2.ebuild
index a4656870452a..ae869bbc2eaf 100644
--- a/gnome-base/gnome-keyring/gnome-keyring-42.1-r2.ebuild
+++ b/gnome-base/gnome-keyring/gnome-keyring-42.1-r2.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/GnomeKeyring"
LICENSE="GPL-2+ LGPL-2+"
SLOT="0"
-IUSE="pam selinux +ssh-agent systemd test"
+IUSE="pam selinux +ssh-agent systemd test valgrind"
RESTRICT="!test? ( test )"
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
@@ -27,7 +27,10 @@ RDEPEND="
selinux? ( sec-policy/selinux-gnome )
ssh-agent? ( virtual/openssh )
"
-DEPEND="${RDEPEND}"
+DEPEND="
+ ${RDEPEND}
+ valgrind? ( dev-util/valgrind )
+"
BDEPEND="
>=app-eselect/eselect-pinentry-0.5
app-text/docbook-xml-dtd:4.3
@@ -58,6 +61,7 @@ src_configure() {
$(use_enable selinux) \
$(use_enable ssh-agent) \
$(use_with systemd) \
+ $(use_enable valgrind) \
--enable-doc
}