Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pinfo/
Date: Fri, 18 Jan 2019 16:34:37
Message-Id: 1547829270.2125e8b98f64b7dc918624565bbe6b507ee5b9c2.jer@gentoo
1 commit: 2125e8b98f64b7dc918624565bbe6b507ee5b9c2
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 18 16:34:25 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 18 16:34:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2125e8b9
7
8 app-text/pinfo: DEPEND on sys-apps/texinfo
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 app-text/pinfo/pinfo-0.6.10-r6.ebuild | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16 diff --git a/app-text/pinfo/pinfo-0.6.10-r6.ebuild b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
17 index 633f0825ca0..244a97c87c7 100644
18 --- a/app-text/pinfo/pinfo-0.6.10-r6.ebuild
19 +++ b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -21,6 +21,7 @@ RDEPEND="
27
28 DEPEND="
29 ${RDEPEND}
30 + sys-apps/texinfo
31 sys-devel/bison
32 virtual/pkgconfig
33 nls? ( sys-devel/gettext )