From: Patrick McLean Date: Thu, 31 May 2018 23:22:22 +0000 (-0700) Subject: sys-process/acct: Add sys-apps/texinfo to DEPEND X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c301803ec89f23496ebffd5383bb401100abb73d;p=gentoo.git sys-process/acct: Add sys-apps/texinfo to DEPEND Fails to build if not present. Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/sys-process/acct/acct-6.6.4-r1.ebuild b/sys-process/acct/acct-6.6.4-r1.ebuild index 4109af22e13b..b24a5088384d 100644 --- a/sys-process/acct/acct-6.6.4-r1.ebuild +++ b/sys-process/acct/acct-6.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,6 +13,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="" +DEPEND="sys-apps/texinfo" + PATCHES=( "${FILESDIR}"/${PN}-6.6.4-cross-compile.patch )