summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2021-08-15 21:23:56 +0300
committerJoonas Niilola <juippis@gentoo.org>2021-08-15 21:23:56 +0300
commit5d3d7143d1a405afdab1688fc5404074033e1769 (patch)
tree13e22195f6a1a7e884383638d1fd3bbac9862cde /app-misc/rdfind
parentapp-misc/rdfind: Version bump 1.5.0. (diff)
downloadgentoo-5d3d7143d1a405afdab1688fc5404074033e1769.tar.gz
gentoo-5d3d7143d1a405afdab1688fc5404074033e1769.tar.bz2
gentoo-5d3d7143d1a405afdab1688fc5404074033e1769.zip
app-misc/rdfind: remove automake requirement from 1.5.0
- I mixed upstreams while reviewing PRs, and asked for this bogus to be added, - add subslot binder to dev-libs/nettle dep. Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-misc/rdfind')
-rw-r--r--app-misc/rdfind/rdfind-1.5.0.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-misc/rdfind/rdfind-1.5.0.ebuild b/app-misc/rdfind/rdfind-1.5.0.ebuild
index c21593992326..4754863e9be8 100644
--- a/app-misc/rdfind/rdfind-1.5.0.ebuild
+++ b/app-misc/rdfind/rdfind-1.5.0.ebuild
@@ -3,7 +3,6 @@
EAPI=8
-WANT_AUTOMAKE=1.15
inherit autotools
DESCRIPTION="Find duplicate files based on their content"
@@ -15,7 +14,7 @@ LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
-RDEPEND="dev-libs/nettle"
+RDEPEND="dev-libs/nettle:="
DEPEND="${RDEPEND}"
BDEPEND="sys-devel/autoconf-archive"