commit:     daa972beb773afaf3f35c319aa9d9a079903595e
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 12:29:50 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 12:41:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa972be

sci-electronics/nvc: remove jit, not available

Closes: https://bugs.gentoo.org/919451
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 sci-electronics/nvc/nvc-1.11.0.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sci-electronics/nvc/nvc-1.11.0.ebuild 
b/sci-electronics/nvc/nvc-1.11.0.ebuild
index c1e70970c3cf..6dd03d3a04b4 100644
--- a/sci-electronics/nvc/nvc-1.11.0.ebuild
+++ b/sci-electronics/nvc/nvc-1.11.0.ebuild
@@ -11,8 +11,9 @@ DESCRIPTION="NVC is a VHDL compiler and simulator"
 HOMEPAGE="https://www.nickg.me.uk/nvc/
        https://github.com/nickg/nvc/";
 
-if [[ ${PV} == *9999* ]] ; then
+if [[ "${PV}" == *9999* ]] ; then
        inherit git-r3
+
        EGIT_REPO_URI="https://github.com/nickg/nvc.git";
 
        NVC_SOURCEDIR="${WORKDIR}"/${PN}-${PV}
@@ -26,8 +27,7 @@ fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-IUSE="debug jit llvm"
-REQUIRED_USE="jit? ( llvm )"
+IUSE="debug llvm"
 RESTRICT="test"         # Some tests fail.
 
 RDEPEND="
@@ -89,7 +89,6 @@ src_configure() {
                --enable-vital
                --with-bash-completion="$(get_bashcompdir)"
                $(use_enable debug)
-               $(use_enable jit)
                $(use_enable llvm)
        )
        econf "${myconf[@]}"

Reply via email to