commit: 22e774159f8a0c076b0cc97db598830d64cd963e Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Wed Mar 3 14:40:15 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Wed Mar 3 14:40:15 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=22e77415
dev-util/ndiff: EAPI bump Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> dev-util/ndiff/ndiff-2.00.ebuild | 7 +++++-- 1 file 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}"
