blob: a60b76008611dfd69fd6b20149f0a9f9245399bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install postinst prepare prerm test
DEPEND=app-arch/xz-utils sys-libs/zlib test? ( dev-libs/elfutils )
DESCRIPTION=fast compiler cache
EAPI=7
HOMEPAGE=https://ccache.dev/
IUSE=test
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86
LICENSE=GPL-3
RDEPEND=app-arch/xz-utils sys-libs/zlib dev-util/shadowman sys-apps/gentoo-functions
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/ccache/ccache/releases/download/v3.7.6/ccache-3.7.6.tar.xz
_eclasses_=readme.gentoo-r1 22ae82e140bdd95d17a34fd5fd733190
_md5_=e56526dd06d4263ca8b53dd7fa7a0d9f
|