diff options
author | Sam James <sam@gentoo.org> | 2023-06-27 12:28:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-27 12:28:21 +0100 |
commit | 67f378a716891285ecf6648d637f205d6f88cbcf (patch) | |
tree | 94ac81602463c9401e5006a7056230032725c992 /dev-util | |
parent | dev-python/numpy: Stabilize 1.24.3-r1 ppc64, #909245 (diff) | |
download | gentoo-67f378a716891285ecf6648d637f205d6f88cbcf.tar.gz gentoo-67f378a716891285ecf6648d637f205d6f88cbcf.tar.bz2 gentoo-67f378a716891285ecf6648d637f205d6f88cbcf.zip |
dev-util/ccache: Stabilize 4.8.2 ppc64, #909282
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ccache/ccache-4.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-4.8.2.ebuild b/dev-util/ccache/ccache-4.8.2.ebuild index 92277415cd10..ddc3a66e3166 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 )" |