diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 14:38:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-28 14:38:04 +0100 |
commit | 9fed8aba0a27b7f7e4d05021d8dd660bbab6d132 (patch) | |
tree | affb097d497b3acafaae9353b7610cbaed4ac2a8 /dev-util/ccache | |
parent | dev-python/snakeoil: Stabilize 0.9.4 arm64, #778863 (diff) | |
download | gentoo-9fed8aba0a27b7f7e4d05021d8dd660bbab6d132.tar.gz gentoo-9fed8aba0a27b7f7e4d05021d8dd660bbab6d132.tar.bz2 gentoo-9fed8aba0a27b7f7e4d05021d8dd660bbab6d132.zip |
dev-util/ccache: Stabilize 4.2 arm, #777852
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ccache-4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-4.2.ebuild b/dev-util/ccache/ccache-4.2.ebuild index c48928128030..fd6f6858d85d 100644 --- a/dev-util/ccache/ccache-4.2.ebuild +++ b/dev-util/ccache/ccache-4.2.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="" |