summaryrefslogtreecommitdiff
path: root/dev-util/strace/strace-6.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/strace/strace-6.2.ebuild')
-rw-r--r--dev-util/strace/strace-6.2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/strace/strace-6.2.ebuild b/dev-util/strace/strace-6.2.ebuild
index 564b05d4123e..386b07093734 100644
--- a/dev-util/strace/strace-6.2.ebuild
+++ b/dev-util/strace/strace-6.2.ebuild
@@ -16,9 +16,10 @@ fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"
HOMEPAGE="https://strace.io/"
-LICENSE="BSD"
+LICENSE="LGPL-2.1+ test? ( GPL-2+ )"
SLOT="0"
-IUSE="aio perl selinux static unwind elfutils"
+IUSE="aio perl selinux static test unwind elfutils"
+RESTRICT="!test? ( test )"
REQUIRED_USE="?? ( unwind elfutils )"
BDEPEND="virtual/pkgconfig"