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 BA3A2158086 for ; Sun, 2 Jan 2022 18:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8D0A2BC019; Sun, 2 Jan 2022 18:26:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2CEB2BC019 for ; Sun, 2 Jan 2022 18:26:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6B57A342B6D for ; Sun, 2 Jan 2022 18:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBBF5D0 for ; Sun, 2 Jan 2022 18:26:10 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1641147936.9bcd75510ec55837729942ea10c8065fd1df5280.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gmid/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/gmid/gmid-1.7.5.ebuild X-VCS-Directories: net-misc/gmid/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9bcd75510ec55837729942ea10c8065fd1df5280 X-VCS-Branch: dev Date: Sun, 2 Jan 2022 18:26:10 +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: 40a9daed-a239-496c-aea3-36ab5c471872 X-Archives-Hash: 3b3a8d9d2600f46972d8fc04bffb787c commit: 9bcd75510ec55837729942ea10c8065fd1df5280 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Jan 2 18:25:36 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Jan 2 18:25:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9bcd7551 net-misc/gmid: fix live Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-misc/gmid/gmid-1.7.5.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-misc/gmid/gmid-1.7.5.ebuild b/net-misc/gmid/gmid-1.7.5.ebuild index eb001b79e..b2b7a3d77 100644 --- a/net-misc/gmid/gmid-1.7.5.ebuild +++ b/net-misc/gmid/gmid-1.7.5.ebuild @@ -33,12 +33,14 @@ DEPEND=" dev-libs/libretls dev-libs/openssl:= " +RDEPEND="${DEPEND}" BDEPEND=" virtual/pkgconfig virtual/yacc - verify-sig? ( sec-keys/signify-keys-gmid:$(ver_cut 1-2) ) " -RDEPEND="${DEPEND}" +if [[ ${PV} != 9999 ]]; then + BDEPEND+="verify-sig? ( sec-keys/signify-keys-gmid:$(ver_cut 1-2) )" +fi VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/signify-keys/${PN}-$(ver_cut 1-2).pub"