diff options
author | Sam James <sam@gentoo.org> | 2021-05-03 16:54:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-03 16:54:24 +0000 |
commit | 1da7f5db92ef5a3d203a0404ec6e16f66b7ae73a (patch) | |
tree | 9777cc5fa21ae5ddfb2dc52b1ca1f9d73687a359 /dev-util/ccache | |
parent | dev-lang/erlang: Stabilize 23.3.1 ppc64, #787521 (diff) | |
download | gentoo-1da7f5db92ef5a3d203a0404ec6e16f66b7ae73a.tar.gz gentoo-1da7f5db92ef5a3d203a0404ec6e16f66b7ae73a.tar.bz2 gentoo-1da7f5db92ef5a3d203a0404ec6e16f66b7ae73a.zip |
dev-util/ccache: Stabilize 4.2.1 ppc64, #787524
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ccache-4.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-4.2.1.ebuild b/dev-util/ccache/ccache-4.2.1.ebuild index b07450584c0f..a00977e9ccea 100644 --- a/dev-util/ccache/ccache-4.2.1.ebuild +++ b/dev-util/ccache/ccache-4.2.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" IUSE="test" DEPEND="" |