Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/acct/
Date: Thu, 31 May 2018 23:22:50
Message-Id: 1527808942.c301803ec89f23496ebffd5383bb401100abb73d.chutzpah@gentoo
1 commit: c301803ec89f23496ebffd5383bb401100abb73d
2 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 31 23:22:22 2018 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu May 31 23:22:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c301803e
7
8 sys-process/acct: Add sys-apps/texinfo to DEPEND
9
10 Fails to build if not present.
11
12 Package-Manager: Portage-2.3.40, Repoman-2.3.9
13
14 sys-process/acct/acct-6.6.4-r1.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-process/acct/acct-6.6.4-r1.ebuild b/sys-process/acct/acct-6.6.4-r1.ebuild
18 index 4109af22e13..b24a5088384 100644
19 --- a/sys-process/acct/acct-6.6.4-r1.ebuild
20 +++ b/sys-process/acct/acct-6.6.4-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -13,6 +13,8 @@ SLOT="0"
28 KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
29 IUSE=""
30
31 +DEPEND="sys-apps/texinfo"
32 +
33 PATCHES=(
34 "${FILESDIR}"/${PN}-6.6.4-cross-compile.patch
35 )