sys-process/acct: Add sys-apps/texinfo to DEPEND
authorPatrick McLean <chutzpah@gentoo.org>
Thu, 31 May 2018 23:22:22 +0000 (16:22 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Thu, 31 May 2018 23:22:22 +0000 (16:22 -0700)
Fails to build if not present.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

sys-process/acct/acct-6.6.4-r1.ebuild

index 4109af22e13b307876a2fce5e68f3851fd9f6feb..b24a5088384d3f150fc1493ac13d6620a19cd261 100644 (file)
@@ -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
 )