diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-01 11:37:25 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-01 11:37:25 +0200 |
commit | bb10ad4559cf558ce03f182879dcda6b802082ae (patch) | |
tree | 8cea744311d12b34de59b21e5e2e84cd704f46bd /dev-util/ccache | |
parent | sys-devel/gcc-config: Stabilize 2.5-r1 ppc64, #830376 (diff) | |
download | gentoo-bb10ad4559cf558ce03f182879dcda6b802082ae.tar.gz gentoo-bb10ad4559cf558ce03f182879dcda6b802082ae.tar.bz2 gentoo-bb10ad4559cf558ce03f182879dcda6b802082ae.zip |
dev-util/ccache: Stabilize 4.5.1 arm, #830377
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ccache-4.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-4.5.1.ebuild b/dev-util/ccache/ccache-4.5.1.ebuild index 9921652488cb..896130992839 100644 --- a/dev-util/ccache/ccache-4.5.1.ebuild +++ b/dev-util/ccache/ccache-4.5.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}. LICENSE="GPL-3 LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~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 )" |