From ea481c438e85c754c72f5f41013fef88a1eaea28 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 12 Jan 2026 07:16:55 +0000 Subject: [PATCH] sys-apps/sed: Sync with Gentoo It's from Gentoo commit ea04f798be3fd66cfe9021eee854a177eed0322c. Signed-off-by: Flatcar Buildbot --- .../third_party/portage-stable/sys-apps/sed/sed-4.9-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/sys-apps/sed/sed-4.9-r1.ebuild b/sdk_container/src/third_party/portage-stable/sys-apps/sed/sed-4.9-r1.ebuild index 860cbd3be6..091e033326 100644 --- a/sdk_container/src/third_party/portage-stable/sys-apps/sed/sed-4.9-r1.ebuild +++ b/sdk_container/src/third_party/portage-stable/sys-apps/sed/sed-4.9-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/sed.asc -inherit autotools flag-o-matic verify-sig +inherit autotools branding flag-o-matic verify-sig DESCRIPTION="Super-useful stream editor" HOMEPAGE="https://www.gnu.org/software/sed/"