dev-lang/lean: remove unnecessary test flag

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć
2021-10-22 00:24:13 +02:00
parent efa215ae9f
commit 7c7d1cb415
2 changed files with 2 additions and 4 deletions

View File

@@ -21,10 +21,9 @@ else
fi
S="${WORKDIR}/lean-${PV}/src"
RESTRICT="!test? ( test )"
LICENSE="Apache-2.0"
SLOT="0/${MAJOR}"
IUSE="+json test +threads"
IUSE="+json +threads"
RDEPEND="dev-libs/gmp"
DEPEND="${RDEPEND}"

View File

@@ -21,10 +21,9 @@ else
fi
S="${WORKDIR}/lean-${PV}/src"
RESTRICT="!test? ( test )"
LICENSE="Apache-2.0"
SLOT="0/${MAJOR}"
IUSE="+json test +threads"
IUSE="+json +threads"
RDEPEND="dev-libs/gmp"
DEPEND="${RDEPEND}"