diff options
author | Sam James <sam@gentoo.org> | 2024-02-06 07:25:02 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-06 07:25:02 +0000 |
commit | 77617b3550dbe19246fe953ce1a90d6f706343af (patch) | |
tree | f79681c01277368b4f49dea25d52e3ecfe384c9e /dev-util/ccache | |
parent | sys-process/lsof: Stabilize 4.99.3 ppc64, #923866 (diff) | |
download | gentoo-77617b3550dbe19246fe953ce1a90d6f706343af.tar.gz gentoo-77617b3550dbe19246fe953ce1a90d6f706343af.tar.bz2 gentoo-77617b3550dbe19246fe953ce1a90d6f706343af.zip |
dev-util/ccache: Stabilize 4.9.1 arm64, #923867
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ccache-4.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-4.9.1.ebuild b/dev-util/ccache/ccache-4.9.1.ebuild index 465345b11a3d..f02a32c05b6a 100644 --- a/dev-util/ccache/ccache-4.9.1.ebuild +++ b/dev-util/ccache/ccache-4.9.1.ebuild @@ -33,7 +33,7 @@ fi LICENSE="GPL-3+ GPL-3 MIT BSD Boost-1.0 BSD-2 || ( CC0-1.0 Apache-2.0 )" LICENSE+=" elibc_mingw? ( LGPL-3 ISC PSF-2 )" SLOT="0" -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 )" |