diff options
author | Sam James <sam@gentoo.org> | 2021-06-12 13:43:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-12 13:43:49 +0000 |
commit | cbe5a4e2aa1cb8a0f3cb1ee1f1d4ce854192bd62 (patch) | |
tree | 2e39c4ed6b115e4de55e04f59cf09bae7de8de7b /dev-util/ccache | |
parent | x11-wm/i3-gaps: drop inactive maintainer (diff) | |
download | gentoo-cbe5a4e2aa1cb8a0f3cb1ee1f1d4ce854192bd62.tar.gz gentoo-cbe5a4e2aa1cb8a0f3cb1ee1f1d4ce854192bd62.tar.bz2 gentoo-cbe5a4e2aa1cb8a0f3cb1ee1f1d4ce854192bd62.zip |
dev-util/ccache: Stabilize 4.3 sparc, #795555
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ccache-4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-4.3.ebuild b/dev-util/ccache/ccache-4.3.ebuild index 3f58044c6822..b0fd7919bf0b 100644 --- a/dev-util/ccache/ccache-4.3.ebuild +++ b/dev-util/ccache/ccache-4.3.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="" |