commit: ccd17418d0910c3c523b3e8f13e32ff9b20e157f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Nov 5 16:40:39 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Nov 5 16:40:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd17418
llvm-runtimes/libgcc: stabilise 19.1.7-r1, 20.1.8 for amd64 Bug: https://bugs.gentoo.org/964019 Signed-off-by: Sam James <sam <AT> gentoo.org> llvm-runtimes/libgcc/libgcc-19.1.7-r1.ebuild | 2 +- llvm-runtimes/libgcc/libgcc-20.1.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm-runtimes/libgcc/libgcc-19.1.7-r1.ebuild b/llvm-runtimes/libgcc/libgcc-19.1.7-r1.ebuild index 43f839029236..041b3ceaa3c5 100644 --- a/llvm-runtimes/libgcc/libgcc-19.1.7-r1.ebuild +++ b/llvm-runtimes/libgcc/libgcc-19.1.7-r1.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="debug test" DEPEND=" diff --git a/llvm-runtimes/libgcc/libgcc-20.1.8.ebuild b/llvm-runtimes/libgcc/libgcc-20.1.8.ebuild index 0c4226b7d6d1..5d20a95c5c4a 100644 --- a/llvm-runtimes/libgcc/libgcc-20.1.8.ebuild +++ b/llvm-runtimes/libgcc/libgcc-20.1.8.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="https://llvm.org/" LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="debug test" DEPEND="
