diff options
author | Sam James <sam@gentoo.org> | 2023-06-29 07:17:01 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-29 07:17:14 +0100 |
commit | b3eb434c402ae30cf43fce95ab243ba1d2936c9d (patch) | |
tree | ce4f05e1498ff99e8a12d5fa6c51c2b11fb93af4 /dev-util/ccache | |
parent | dev-java/batik: reverted to revbump (diff) | |
download | gentoo-b3eb434c402ae30cf43fce95ab243ba1d2936c9d.tar.gz gentoo-b3eb434c402ae30cf43fce95ab243ba1d2936c9d.tar.bz2 gentoo-b3eb434c402ae30cf43fce95ab243ba1d2936c9d.zip |
dev-util/ccache: drop stale comment
The comment was for 4.8.1, 4.8.2 is fine.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/ccache')
-rw-r--r-- | dev-util/ccache/ccache-4.8.2.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-util/ccache/ccache-4.8.2.ebuild b/dev-util/ccache/ccache-4.8.2.ebuild index ddc3a66e3166..8c88659460ae 100644 --- a/dev-util/ccache/ccache-4.8.2.ebuild +++ b/dev-util/ccache/ccache-4.8.2.ebuild @@ -31,7 +31,6 @@ fi LICENSE="GPL-3 LGPL-3" SLOT="0" -# Unkeyworded for now because of failing tests: https://github.com/ccache/ccache/issues/1288 KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" # Enable 'static-c++' by default to make 'gcc' ebuild Just Work: bug #761220 IUSE="${MY_DOCS_USEFLAG} redis +static-c++ test" |