diff options
author | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-03 15:40:15 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@riseup.net> | 2021-03-03 15:40:15 +0100 |
commit | 22e774159f8a0c076b0cc97db598830d64cd963e (patch) | |
tree | 9ca225d9dc57ca063e18f4c899cfcbf46addfca4 /dev-util | |
parent | dev-tcltk/togl: drop old (diff) | |
download | sci-22e774159f8a0c076b0cc97db598830d64cd963e.tar.gz sci-22e774159f8a0c076b0cc97db598830d64cd963e.tar.bz2 sci-22e774159f8a0c076b0cc97db598830d64cd963e.zip |
dev-util/ndiff: EAPI bump
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/ndiff/ndiff-2.00.ebuild | 7 |
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}" |