sys-process/xe: add test dependency

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2024-05-12 15:39:40 +02:00
parent 037696a6de
commit ceb43476cf

View File

@@ -11,6 +11,10 @@ SRC_URI="https://github.com/leahneukirchen/xe/archive/refs/tags/v${PV}.tar.gz ->
LICENSE="CC0-1.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="test? ( dev-lang/perl )"
src_prepare() {
default