diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-16 17:35:39 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-16 17:35:39 +0200 |
commit | 0ad76b6d1b3c5b75417aac08a97c88927a59d5e3 (patch) | |
tree | 81e9a22b90ed9557ba0bed7a07c0d0008e695d76 /dev-util/ccache | |
parent | dev-util/ccache: Stabilize 4.7.4 ppc, #886213 (diff) | |
download | gentoo-0ad76b6d1b3c5b75417aac08a97c88927a59d5e3.tar.gz gentoo-0ad76b6d1b3c5b75417aac08a97c88927a59d5e3.tar.bz2 gentoo-0ad76b6d1b3c5b75417aac08a97c88927a59d5e3.zip |
dev-util/ccache: Stabilize 4.7.4 ppc64, #886213
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-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 f0815f5828bf..8b7999197346 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 )" |