# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 BV=${PV}-1 BV_AMD64=${BV}-linux-x86_64 LLVM_MAX_SLOT=16 inherit bash-completion-r1 llvm multiprocessing toolchain-funcs DESCRIPTION="The Crystal Programming Language" HOMEPAGE="https://crystal-lang.org/ https://github.com/crystal-lang/crystal/" SRC_URI="https://github.com/crystal-lang/crystal/archive/${PV}.tar.gz -> ${P}.tar.gz amd64? ( https://github.com/crystal-lang/crystal/releases/download/${BV/-*}/crystal-${BV_AMD64}.tar.gz )" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64" IUSE="doc debug llvm-libunwind" # Upstream test suite not reliable RESTRICT="test" DEPEND=" dev-libs/boehm-gc:=[threads] dev-libs/gmp:= dev-libs/libatomic_ops:= dev-libs/libevent:= dev-libs/libpcre2:=[unicode] dev-libs/pcl:=