diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-31 08:35:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-31 15:32:32 +0200 |
commit | e29c5914da69484ce94e920f3cea1c57f3c4a99b (patch) | |
tree | 37ee32203a5e3fa7ba77601effb012afb72b63fc /sys-block | |
parent | net-misc/chrony: Use BROOT for verify-sig key path (diff) | |
download | gentoo-e29c5914da69484ce94e920f3cea1c57f3c4a99b.tar.gz gentoo-e29c5914da69484ce94e920f3cea1c57f3c4a99b.tar.bz2 gentoo-e29c5914da69484ce94e920f3cea1c57f3c4a99b.zip |
sys-block/parted: Use BROOT for verify-sig key path
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/parted/parted-3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/parted/parted-3.4.ebuild b/sys-block/parted/parted-3.4.ebuild index 573a9aca4f70..2e26bc74904e 100644 --- a/sys-block/parted/parted-3.4.ebuild +++ b/sys-block/parted/parted-3.4.ebuild @@ -31,7 +31,7 @@ BDEPEND=" virtual/pkgconfig " -VERIFY_SIG_OPENPGP_KEY_PATH=${EPREFIX}/usr/share/openpgp-keys/bcl.asc +VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/bcl.asc PATCHES=( "${FILESDIR}"/${PN}-3.2-po4a-mandir.patch |