app-misc/rdfind: add bdepend sys-devel/autoconf-archive

fixes:
./configure:line <snip>: syntax error near unexpected token 11,noext,mandatory

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
This commit is contained in:
Theo Anderson
2020-11-28 20:53:41 +13:00
parent 0faea2185b
commit f553050324

View File

@@ -12,18 +12,14 @@ SRC_URI="https://github.com/pauldreik/rdfind/archive/releases/${PV}.tar.gz -> ${
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm"
IUSE=""
DEPEND="dev-libs/nettle"
RDEPEND="${DEPEND}"
RDEPEND="dev-libs/nettle"
DEPEND="${RDEPEND}"
BDEPEND="sys-devel/autoconf-archive"
S="${WORKDIR}/${PN}-releases-${PV}"
src_prepare() {
# NOTE: Commands are from bootstrap.sh.
eaclocal
eautoheader
eautomake --add-missing
eautoconf
default
eautoreconf
}