From 3fbf6bdfe647d51e2916d326c4331b93af18b740 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 6 Nov 2023 07:13:11 +0000 Subject: [PATCH] sys-apps/sed: Sync with Gentoo It's from Gentoo commit 78213a89b4a602460bf81ba5fab8eed561091ade. --- .../src/third_party/portage-stable/sys-apps/sed/sed-4.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sed/sed-4.9.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/sed/sed-4.9.ebuild index c6cc118981..ef4336465a 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sed/sed-4.9.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/sed/sed-4.9.ebuild @@ -3,7 +3,7 @@ EAPI=8 -VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/sed.asc +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/sed.asc inherit flag-o-matic verify-sig DESCRIPTION="Super-useful stream editor"