From 316fe1db5565236eadc0ab24503affd7dff674cc Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 12 Jan 2026 07:11:01 +0000 Subject: [PATCH] app-text/scdoc: Sync with Gentoo It's from Gentoo commit 8886688f42c42460adeaf5004c9b1b5800bf0893. Signed-off-by: Flatcar Buildbot --- .../portage-stable/app-text/scdoc/scdoc-1.11.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/app-text/scdoc/scdoc-1.11.4.ebuild b/sdk_container/src/third_party/portage-stable/app-text/scdoc/scdoc-1.11.4.ebuild index 34f6a16686..6e51ab50d4 100644 --- a/sdk_container/src/third_party/portage-stable/app-text/scdoc/scdoc-1.11.4.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-text/scdoc/scdoc-1.11.4.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://git.sr.ht/~sircmpwn/scdoc/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" fi LICENSE="MIT"