# Copyright 2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="The GHDL VHDL simulator." HOMEPAGE="http://ghdl.free.fr/" SRC_URI="https://github.com/ghdl/ghdl/archive/v${PV}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=" dev-lang/gnat-gpl sys-devel/llvm " RDEPEND="${DEPEND}" BDEPEND="" PATCHES=( "${FILESDIR}"/ghdl_configuration.patch ) src_configure() { econf --with-llvm-config }