commit: 8c4f5bd33df77c71b5581af8a2eed8783c36a48e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Jun 27 07:58:01 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Jun 27 07:58:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c4f5bd3
dev-util/ccache: Stabilize 4.8.2 arm64, #909282 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/ccache/ccache-4.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/ccache/ccache-4.8.2.ebuild b/dev-util/ccache/ccache-4.8.2.ebuild index 3ab1a30b536e..72f08e4af2e8 100644 --- a/dev-util/ccache/ccache-4.8.2.ebuild +++ b/dev-util/ccache/ccache-4.8.2.ebuild @@ -32,7 +32,7 @@ fi LICENSE="GPL-3 LGPL-3" SLOT="0" # Unkeyworded for now because of failing tests: https://github.com/ccache/ccache/issues/1288 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220 IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test" RESTRICT="!test? ( test )"