diff options
author | 2024-04-29 03:37:44 +0100 | |
---|---|---|
committer | 2024-04-29 03:37:44 +0100 | |
commit | 4c97b26432358b1b86772a84a206ccdb6024d71c (patch) | |
tree | cdde7bae29953b921e8d545b3b34563f94cf7ba4 /dev-util/ccache | |
parent | dev-util/ccache: Stabilize 4.9.1-r1 ppc, #930850 (diff) | |
download | gentoo-4c97b26432358b1b86772a84a206ccdb6024d71c.tar.gz gentoo-4c97b26432358b1b86772a84a206ccdb6024d71c.tar.bz2 gentoo-4c97b26432358b1b86772a84a206ccdb6024d71c.zip |
dev-util/ccache: Stabilize 4.9.1-r1 arm64, #930850
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ccache-4.9.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-4.9.1-r1.ebuild b/dev-util/ccache/ccache-4.9.1-r1.ebuild index c4a25253bb64..28492849b47f 100644 --- a/dev-util/ccache/ccache-4.9.1-r1.ebuild +++ b/dev-util/ccache/ccache-4.9.1-r1.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 )" |