diff options
author | Sam James <sam@gentoo.org> | 2022-01-01 05:32:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-01 05:32:23 +0000 |
commit | 9c13ec07c645b7ee33a6b620b00d6b72a33e553d (patch) | |
tree | 833316a9eeba0dffb6d120d4dfbf867ada579fab /dev-util/ccache/ccache-4.5.1.ebuild | |
parent | sys-apps/openrc: remove several broken versions (diff) | |
download | gentoo-9c13ec07c645b7ee33a6b620b00d6b72a33e553d.tar.gz gentoo-9c13ec07c645b7ee33a6b620b00d6b72a33e553d.tar.bz2 gentoo-9c13ec07c645b7ee33a6b620b00d6b72a33e553d.zip |
dev-util/ccache: Stabilize 4.5.1 sparc, #830377
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ccache/ccache-4.5.1.ebuild')
-rw-r--r-- | dev-util/ccache/ccache-4.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/ccache/ccache-4.5.1.ebuild b/dev-util/ccache/ccache-4.5.1.ebuild index 39deaa2e861d..8cb44ac4cf03 100644 --- a/dev-util/ccache/ccache-4.5.1.ebuild +++ b/dev-util/ccache/ccache-4.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220 IUSE="doc redis +static-c++ test" RESTRICT="!test? ( test )" |