diff options
author | Sam James <sam@gentoo.org> | 2020-08-30 23:18:07 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-30 23:18:07 +0000 |
commit | a29cc1004c260ebc3b65e16d5d3f28bf68648460 (patch) | |
tree | cc080b94e7548582317e2ba5c4e0240090f7f382 /dev-util | |
parent | dev-python/rarfile: Stabilize 3.1 x86, #737524 (diff) | |
download | gentoo-a29cc1004c260ebc3b65e16d5d3f28bf68648460.tar.gz gentoo-a29cc1004c260ebc3b65e16d5d3f28bf68648460.tar.bz2 gentoo-a29cc1004c260ebc3b65e16d5d3f28bf68648460.zip |
dev-util/ccache: Stabilize 3.7.11 arm, #738672
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ccache/ccache-3.7.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-3.7.11.ebuild b/dev-util/ccache/ccache-3.7.11.ebuild index a363a3359de4..1bdf81b4437f 100644 --- a/dev-util/ccache/ccache-3.7.11.ebuild +++ b/dev-util/ccache/ccache-3.7.11.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/ccache/ccache/releases/download/v${PV}/ccache-${PV}. LICENSE="GPL-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="app-arch/xz-utils |