From 805c074a02e8cdc946ca68a2762313475d2961ba Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 20 Dec 2024 01:30:21 +0000 Subject: [PATCH] ci: gentoo: fix typo Signed-off-by: Sam James --- ci/ciimage/gentoo/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ciimage/gentoo/install.sh b/ci/ciimage/gentoo/install.sh index b68c9c846825..7849ae3c257b 100755 --- a/ci/ciimage/gentoo/install.sh +++ b/ci/ciimage/gentoo/install.sh @@ -111,7 +111,7 @@ cat <<-EOF > /etc/portage/package.use/ci # aren't negative to have anyway sys-devel/gcc ada d >=sys-devel/gcc-13 ada objc objc++ - sys-devel/gcc pgo lgo + sys-devel/gcc pgo lto sys-libs/zlib static-libs EOF