mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
dev-ml/stringext: add test deps
Closes: https://bugs.gentoo.org/836825 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -12,9 +12,15 @@ SRC_URI="https://github.com/rgrinberg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0/${PV}"
|
SLOT="0/${PV}"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="ocamlopt"
|
IUSE="ocamlopt test"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND=""
|
||||||
dev-ml/base
|
DEPEND="
|
||||||
|
${RDEPEND}
|
||||||
|
test? (
|
||||||
|
dev-ml/ounit
|
||||||
|
dev-ml/qtest
|
||||||
|
)
|
||||||
"
|
"
|
||||||
DEPEND="${RDEPEND}"
|
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|||||||
Reference in New Issue
Block a user