aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-05-12 15:39:40 +0200
committerLucio Sauer <watermanpaint@posteo.net>2024-05-12 15:39:40 +0200
commitceb43476cf0d698a0940786aaeec54c9c9b36905 (patch)
tree604a2f35d3311e116167812e9186abed5790e178 /sys-process/xe
parentsys-process/xe: respect CFLAGS and CHOST CC (diff)
downloadguru-ceb43476cf0d698a0940786aaeec54c9c9b36905.tar.gz
guru-ceb43476cf0d698a0940786aaeec54c9c9b36905.tar.bz2
guru-ceb43476cf0d698a0940786aaeec54c9c9b36905.zip
sys-process/xe: add test dependency
Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'sys-process/xe')
-rw-r--r--sys-process/xe/xe-1.0-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-process/xe/xe-1.0-r1.ebuild b/sys-process/xe/xe-1.0-r1.ebuild
index a1686f2a8..b68dd078f 100644
--- a/sys-process/xe/xe-1.0-r1.ebuild
+++ b/sys-process/xe/xe-1.0-r1.ebuild
@@ -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