diff options
author | Sam James <sam@gentoo.org> | 2022-12-16 07:50:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-16 07:50:56 +0000 |
commit | 27a3834b784a1adfcc0ea38784b5952de5156dbd (patch) | |
tree | ea204eb21c1dd9449e9ccdd7f5e5ef2d052840ea /dev-util | |
parent | dev-util/ccache: Stabilize 4.7.4 x86, #886213 (diff) | |
download | gentoo-27a3834b784a1adfcc0ea38784b5952de5156dbd.tar.gz gentoo-27a3834b784a1adfcc0ea38784b5952de5156dbd.tar.bz2 gentoo-27a3834b784a1adfcc0ea38784b5952de5156dbd.zip |
dev-util/ccache: Stabilize 4.7.4 amd64, #886213
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ccache/ccache-4.7.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-4.7.4.ebuild b/dev-util/ccache/ccache-4.7.4.ebuild index 6f2990cb7e45..0e61d0ff080b 100644 --- a/dev-util/ccache/ccache-4.7.4.ebuild +++ b/dev-util/ccache/ccache-4.7.4.ebuild @@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( https://github.com/ccache/ccache/releases/download/v${P LICENSE="GPL-3 LGPL-3" 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="doc redis +static-c++ test" RESTRICT="!test? ( test )" |