diff options
author | Sam James <sam@gentoo.org> | 2021-08-03 11:58:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-03 11:58:15 +0100 |
commit | 24fad8bc458e001837c8fea7e5037f95c9bd53fc (patch) | |
tree | 57c1f1c1b473cb7c5735504b90ba2ed930bfbb23 /dev-util/ccache | |
parent | dev-util/dejagnu: Stabilize 1.6.3 arm64, #803410 (diff) | |
download | gentoo-24fad8bc458e001837c8fea7e5037f95c9bd53fc.tar.gz gentoo-24fad8bc458e001837c8fea7e5037f95c9bd53fc.tar.bz2 gentoo-24fad8bc458e001837c8fea7e5037f95c9bd53fc.zip |
dev-util/ccache: Stabilize 4.3-r2 arm64, #803413
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ccache-4.3-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-4.3-r2.ebuild b/dev-util/ccache/ccache-4.3-r2.ebuild index dbe17e3ac11a..9de66b172c8b 100644 --- a/dev-util/ccache/ccache-4.3-r2.ebuild +++ b/dev-util/ccache/ccache-4.3-r2.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="static-c++ test" DEPEND="" |