diff options
author | Mike Gilbert <floppym@gentoo.org> | 2023-10-31 14:12:52 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2023-10-31 15:55:07 -0400 |
commit | 78213a89b4a602460bf81ba5fab8eed561091ade (patch) | |
tree | 6efaad35fb8009ed19a5e3fc54d48f8da424ffe1 /sys-fs/ncdu-bin | |
parent | verify-sig.eclass: prepend BROOT to VERIFY_SIG_OPENPGP_KEY_PATH (diff) | |
download | gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.tar.gz gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.tar.bz2 gentoo-78213a89b4a602460bf81ba5fab8eed561091ade.zip |
Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATH
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs/ncdu-bin')
-rw-r--r-- | sys-fs/ncdu-bin/ncdu-bin-2.2.1.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/ncdu-bin/ncdu-bin-2.3.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
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" |