diff options
author | Fabian Groffen <grobian@gentoo.org> | 2024-02-26 08:57:16 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2024-02-26 08:57:16 +0100 |
commit | 5df601151ebad2f01f904ea725880458b557b500 (patch) | |
tree | b4051707dc527194207556e504ef03fb8a5ec172 /app-arch | |
parent | sys-apps/portage-3.0.63: version bump (diff) | |
download | prefix-5df601151ebad2f01f904ea725880458b557b500.tar.gz prefix-5df601151ebad2f01f904ea725880458b557b500.tar.bz2 prefix-5df601151ebad2f01f904ea725880458b557b500.zip |
*/*: drop BROOT from VERIFY_SIG_OPENPGP_KEY_PATH
Closes: https://bugs.gentoo.org/925515
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/bzip2/bzip2-1.0.8-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/bzip2/bzip2-1.0.8-r4.ebuild b/app-arch/bzip2/bzip2-1.0.8-r4.ebuild index 4d83cd7561..8d94165783 100644 --- a/app-arch/bzip2/bzip2-1.0.8-r4.ebuild +++ b/app-arch/bzip2/bzip2-1.0.8-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # XXX: atm, libbz2.a is always PIC :(, so it is always built quickly @@ -6,7 +6,7 @@ EAPI=7 -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/bzip2.gpg +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/bzip2.gpg inherit toolchain-funcs multilib-minimal usr-ldscript verify-sig prefix DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" |