From 78213a89b4a602460bf81ba5fab8eed561091ade Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 31 Oct 2023 14:12:52 -0400 Subject: Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATH Signed-off-by: Mike Gilbert --- sys-fs/ncdu-bin/ncdu-bin-2.2.1.ebuild | 4 ++-- sys-fs/ncdu-bin/ncdu-bin-2.3.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sys-fs/ncdu-bin') diff --git a/sys-fs/ncdu-bin/ncdu-bin-2.2.1.ebuild b/sys-fs/ncdu-bin/ncdu-bin-2.2.1.ebuild index b003a0343eee..b64b135cc7a8 100644 --- a/sys-fs/ncdu-bin/ncdu-bin-2.2.1.ebuild +++ b/sys-fs/ncdu-bin/ncdu-bin-2.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,7 @@ KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-yorhel )" -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/yoranheling.asc +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/yoranheling.asc QA_PREBUILT="usr/bin/ncdu-bin" diff --git a/sys-fs/ncdu-bin/ncdu-bin-2.3.ebuild b/sys-fs/ncdu-bin/ncdu-bin-2.3.ebuild index af12b1fe8cde..557f5c9250f3 100644 --- a/sys-fs/ncdu-bin/ncdu-bin-2.3.ebuild +++ b/sys-fs/ncdu-bin/ncdu-bin-2.3.ebuild @@ -27,7 +27,7 @@ KEYWORDS="-* ~amd64 ~arm ~arm64 ~x86" BDEPEND="verify-sig? ( sec-keys/openpgp-keys-yorhel )" -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/yoranheling.asc +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/yoranheling.asc QA_PREBUILT="usr/bin/ncdu-bin" -- cgit v1.2.3-65-gdbad