diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-23 14:17:35 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-23 14:17:35 +0200 |
commit | 5f77225f1692ddf4b56eda435c6533d7c30c9b4e (patch) | |
tree | 4ca5d7eda6845ab6f66dec1a036e111ad2be40db /dev-util/ndiff | |
parent | sci-electronics/stage: Use default functions (diff) | |
download | sci-5f77225f1692ddf4b56eda435c6533d7c30c9b4e.tar.gz sci-5f77225f1692ddf4b56eda435c6533d7c30c9b4e.tar.bz2 sci-5f77225f1692ddf4b56eda435c6533d7c30c9b4e.zip |
dev-util/ndiff: Bump to EAPI=5
Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-util/ndiff')
-rw-r--r-- | dev-util/ndiff/ndiff-2.00.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/ndiff/ndiff-2.00.ebuild b/dev-util/ndiff/ndiff-2.00.ebuild index 75b6ca697..fc7fa44da 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 |