This package uses variables banned in some scopes. This may stop working in future versions of Portage. $ pkgcheck scan -k VariableScope app-crypt/gpgme app-crypt/gpgme VariableScope: version 1.15.1: variable 'WORKDIR' used in 'pkg_setup', lines 48, 49 VariableScope: version 1.16.0: variable 'WORKDIR' used in 'pkg_setup', lines 53, 54 VariableScope: version 1.17.0-r1: variable 'WORKDIR' used in 'pkg_setup', lines 51, 52
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062bda03ee5751477a74d68f6b000e7cb4a3226c commit 062bda03ee5751477a74d68f6b000e7cb4a3226c Author: Sam James <sam@gentoo.org> AuthorDate: 2022-07-15 09:16:02 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-07-15 09:16:02 +0000 app-crypt/gpgme: drop 1.16.0 Closes: https://bugs.gentoo.org/836033 Signed-off-by: Sam James <sam@gentoo.org> app-crypt/gpgme/Manifest | 2 - .../files/gpgme-1.16.0-fix-t-edit-sign-test.patch | 120 --------------------- .../gpgme/files/gpgme-1.16.0-glibc-2.34.patch | 33 ------ app-crypt/gpgme/gpgme-1.16.0.ebuild | 119 -------------------- 4 files changed, 274 deletions(-)
Original fix: commit 2ccb8a744898d5e3b48acfb1c6cb802778ed087b Author: Sam James <sam@gentoo.org> Date: Sun Mar 6 23:36:19 2022 +0000 app-crypt/gpgme: fix VariableScope, UnusedInherits Signed-off-by: Sam James <sam@gentoo.org>