mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user