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 F0B4F15808B for ; Fri, 18 Mar 2022 07:34:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0E49E0833; Fri, 18 Mar 2022 07:34:44 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C876E0817 for ; Fri, 18 Mar 2022 07:34:44 +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 58F3D343502 for ; Fri, 18 Mar 2022 07:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5E672EA for ; Fri, 18 Mar 2022 07:34:40 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1647588541.45bea7f9a01ca49c39cae84b1da23138e47659ce.viorel_munteanu@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/keyrings-alt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild X-VCS-Directories: dev-python/keyrings-alt/ X-VCS-Committer: viorel_munteanu X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 45bea7f9a01ca49c39cae84b1da23138e47659ce X-VCS-Branch: dev Date: Fri, 18 Mar 2022 07:34:40 +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: 4508bf1a-12a4-4d37-a188-97c68b750016 X-Archives-Hash: 1531586f1f53211a9e76ab19bc67c197 commit: 45bea7f9a01ca49c39cae84b1da23138e47659ce Author: Viorel Munteanu gmail com> AuthorDate: Fri Mar 18 07:29:01 2022 +0000 Commit: Viorel Munteanu gmail com> CommitDate: Fri Mar 18 07:29:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45bea7f9 dev-python/keyrings-alt: fix ebuild Signed-off-by: Viorel Munteanu gmail.com> dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild index f078cbaa8..d17104dba 100644 --- a/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild +++ b/dev-python/keyrings-alt/keyrings-alt-4.1.0.ebuild @@ -31,6 +31,8 @@ distutils_enable_sphinx docs \ dev-python/rst-linker \ dev-python/jaraco-packaging -export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} +pkg_setup() { + export SETUPTOOLS_SCM_PRETEND_VERSION=${PV} +} S="${WORKDIR}/${MY_PN}-${PV}"