dev-util/numdiff: [QA] Fix NonexistentBlocker
authorDavid Seifert <soap@gentoo.org>
Sun, 9 Feb 2020 13:13:31 +0000 (14:13 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 9 Feb 2020 13:13:31 +0000 (14:13 +0100)
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
dev-util/numdiff/numdiff-5.9.0.ebuild

index aeea42ca7bb01c91a1b108416bf88820e2c761cd..ed9dec004b3d13ba8603d948127ab7ad9793d637 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit autotools
 
 DESCRIPTION="File comparision, ignoring small numeric differences and formats"
-HOMEPAGE="http://www.nongnu.org/numdiff/"
-SRC_URI="http://savannah.nongnu.org/download/numdiff/${P}.tar.gz"
+HOMEPAGE="https://www.nongnu.org/numdiff/"
+SRC_URI="https://savannah.nongnu.org/download/numdiff/${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -16,8 +16,7 @@ IUSE="+nls +gmp"
 
 RDEPEND="
        gmp? ( dev-libs/gmp:0= )
-       nls? ( sys-devel/gettext )
-       !dev-util/ndiff"
+       nls? ( sys-devel/gettext )"
 DEPEND="${RDEPEND}"
 
 PATCHES=(