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 CA9C715808B for ; Sun, 6 Mar 2022 23:38:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0B7EE09C8; Sun, 6 Mar 2022 23:38:40 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6D41E09C8 for ; Sun, 6 Mar 2022 23:38:40 +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 CBB23342E2B for ; Sun, 6 Mar 2022 23:38:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D41F2EB for ; Sun, 6 Mar 2022 23:38:38 +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: <1646609909.2ccb8a744898d5e3b48acfb1c6cb802778ed087b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gpgme/gpgme-1.17.1.ebuild X-VCS-Directories: app-crypt/gpgme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ccb8a744898d5e3b48acfb1c6cb802778ed087b X-VCS-Branch: master Date: Sun, 6 Mar 2022 23:38:38 +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: 14a16bfb-62f4-4d35-8e22-b97c5d4faf28 X-Archives-Hash: 6e58b76ea5ab7fdd55b211097dba2a47 commit: 2ccb8a744898d5e3b48acfb1c6cb802778ed087b Author: Sam James gentoo org> AuthorDate: Sun Mar 6 23:36:19 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 6 23:38:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ccb8a74 app-crypt/gpgme: fix VariableScope, UnusedInherits Signed-off-by: Sam James gentoo.org> app-crypt/gpgme/gpgme-1.17.1.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app-crypt/gpgme/gpgme-1.17.1.ebuild b/app-crypt/gpgme/gpgme-1.17.1.ebuild index 6a7c3abc4e5a..d2c8788dbb3a 100644 --- a/app-crypt/gpgme/gpgme-1.17.1.ebuild +++ b/app-crypt/gpgme/gpgme-1.17.1.ebuild @@ -6,7 +6,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL=1 -inherit distutils-r1 flag-o-matic libtool qmake-utils toolchain-funcs +inherit distutils-r1 libtool qmake-utils toolchain-funcs DESCRIPTION="GnuPG Made Easy is a library for making GnuPG easier to use" HOMEPAGE="http://www.gnupg.org/related_software/gpgme" @@ -41,7 +41,12 @@ do_python() { fi } -pkg_setup() { +src_prepare() { + default + + elibtoolize + + # bug #697456 addpredict /run/user/$(id -u)/gnupg local MAX_WORKDIR=66 @@ -49,11 +54,6 @@ pkg_setup() { ewarn "Disabling tests as WORKDIR '${WORKDIR}' is longer than ${MAX_WORKDIR} which will fail tests" SKIP_TESTS=1 fi -} - -src_prepare() { - default - elibtoolize # Make best effort to allow longer PORTAGE_TMPDIR # as usock limitation fails build/tests