From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F2B115806E for ; Sun, 14 May 2023 08:12:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD46FE085E; Sun, 14 May 2023 08:12:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8791E085E for ; Sun, 14 May 2023 08:12:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF4D1340E47 for ; Sun, 14 May 2023 08:12:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB867A5B for ; Sun, 14 May 2023 08:12:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1684051942.47e69c6030f657db9b8c4db84fc767d6e8b172e1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/gnome-keyring/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/gnome-keyring/gnome-keyring-42.1-r2.ebuild gnome-base/gnome-keyring/metadata.xml X-VCS-Directories: gnome-base/gnome-keyring/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 47e69c6030f657db9b8c4db84fc767d6e8b172e1 X-VCS-Branch: master Date: Sun, 14 May 2023 08:12:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ec949ee7-89f9-4a6b-b6dd-e8da43878baf X-Archives-Hash: a6c404785f33ab58b42dc8dd53facbe1 commit: 47e69c6030f657db9b8c4db84fc767d6e8b172e1 Author: Sam James gentoo org> AuthorDate: Sun May 14 08:12:22 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 14 08:12:22 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47e69c60 gnome-base/gnome-keyring: add Valgrind annotation support The headers are needed to get Valgrind annotations. Signed-off-by: Sam James gentoo.org> gnome-base/gnome-keyring/gnome-keyring-42.1-r2.ebuild | 8 ++++++-- gnome-base/gnome-keyring/metadata.xml | 1 + 2 files changed, 7 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 } diff --git a/gnome-base/gnome-keyring/metadata.xml b/gnome-base/gnome-keyring/metadata.xml index 2e0522eb0b7f..0e1085a6f4b0 100644 --- a/gnome-base/gnome-keyring/metadata.xml +++ b/gnome-base/gnome-keyring/metadata.xml @@ -16,6 +16,7 @@ Use GNOME Keyring to unlock SSH keys. Recommended unless you are using ECDSA or Ed25519 keys. + Support Valgrind (dev-util/valgrind) with annotations to improve results for memcheck. GNOME/gnome-keyring