aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/ndiff/ndiff-2.00.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-util/ndiff/ndiff-2.00.ebuild b/dev-util/ndiff/ndiff-2.00.ebuild
index 4353d65cd..1b3e06b9c 100644
--- a/dev-util/ndiff/ndiff-2.00.ebuild
+++ b/dev-util/ndiff/ndiff-2.00.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
DESCRIPTION="A diff program that ignores small numeric differences"
HOMEPAGE="http://www.math.utah.edu/~beebe/software/ndiff/"
@@ -12,6 +12,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
+# Sandbox violation to /tmp/
+RESTRICT="test"
+
DEPEND="dev-libs/gmp:0="
RDEPEND="${DEPEND}"