diff options
author | Sam James <sam@gentoo.org> | 2021-03-24 19:41:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-24 19:41:15 +0000 |
commit | 62b689e3475185d1726962f0e79b18bcfa75e4de (patch) | |
tree | fd3cc9b0703b90e2d668401c5d390c79817e840d /dev-util/ccache | |
parent | net-misc/youtube-dl: Stabilize 2021.03.14 ALLARCHES, #777999 (diff) | |
download | gentoo-62b689e3475185d1726962f0e79b18bcfa75e4de.tar.gz gentoo-62b689e3475185d1726962f0e79b18bcfa75e4de.tar.bz2 gentoo-62b689e3475185d1726962f0e79b18bcfa75e4de.zip |
dev-util/ccache: Stabilize 4.2 ppc, #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 bccba1c51d67..149cafd3eccf 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="" |