commit:     f553050324189d8733922cfb7f371252de6f59d9
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat Nov 28 07:53:41 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Nov 28 07:53:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f5530503

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 <AT> posteo.de>

 app-misc/rdfind/rdfind-1.4.1.ebuild | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/app-misc/rdfind/rdfind-1.4.1.ebuild 
b/app-misc/rdfind/rdfind-1.4.1.ebuild
index 336b0483..4158dee8 100644
--- a/app-misc/rdfind/rdfind-1.4.1.ebuild
+++ b/app-misc/rdfind/rdfind-1.4.1.ebuild
@@ -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
 }

Reply via email to