commit: 5f77225f1692ddf4b56eda435c6533d7c30c9b4e Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Sep 23 12:17:35 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Sep 23 12:17:35 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5f77225f
dev-util/ndiff: Bump to EAPI=5 Package-Manager: portage-2.2.21 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-util/ndiff/ndiff-2.00.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/ndiff/ndiff-2.00.ebuild b/dev-util/ndiff/ndiff-2.00.ebuild index 75b6ca6..fc7fa44 100644 --- a/dev-util/ndiff/ndiff-2.00.ebuild +++ b/dev-util/ndiff/ndiff-2.00.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 +EAPI=5 DESCRIPTION="A diff program that ignores small numeric differences" HOMEPAGE="http://www.math.utah.edu/~beebe/software/ndiff/" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -DEPEND="dev-libs/gmp" +DEPEND="dev-libs/gmp:0=" RDEPEND="${DEPEND}" # Rename the files from ndiff to numdiff, since /usr/bin/ndiff used to be
