diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2018-05-31 16:22:22 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2018-05-31 16:22:22 -0700 |
commit | c301803ec89f23496ebffd5383bb401100abb73d (patch) | |
tree | 9f3832b30863072a51c96634aef228e37d6dda7f /sys-process/acct | |
parent | net-vpn/openvpn: use HTTPs (diff) | |
download | gentoo-c301803ec89f23496ebffd5383bb401100abb73d.tar.gz gentoo-c301803ec89f23496ebffd5383bb401100abb73d.tar.bz2 gentoo-c301803ec89f23496ebffd5383bb401100abb73d.zip |
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
Diffstat (limited to 'sys-process/acct')
-rw-r--r-- | sys-process/acct/acct-6.6.4-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 ) |