diff options
author | Sam James <sam@gentoo.org> | 2021-01-03 19:38:01 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-03 19:38:01 +0000 |
commit | f04eb730895cf6e33703168723110ad5c5ac9416 (patch) | |
tree | 6edc422d75a2f4fa102ee2fccf06376fc53cc1d1 /dev-util/ccache | |
parent | dev-python/yarl: Stabilize 1.6.3 arm64, #762556 (diff) | |
download | gentoo-f04eb730895cf6e33703168723110ad5c5ac9416.tar.gz gentoo-f04eb730895cf6e33703168723110ad5c5ac9416.tar.bz2 gentoo-f04eb730895cf6e33703168723110ad5c5ac9416.zip |
dev-util/ccache: Stabilize 4.1 arm64, #762622
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ccache-4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-4.1.ebuild b/dev-util/ccache/ccache-4.1.ebuild index 83983bd35698..f582f6ccc9fc 100644 --- a/dev-util/ccache/ccache-4.1.ebuild +++ b/dev-util/ccache/ccache-4.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="" |