commit: 2125e8b98f64b7dc918624565bbe6b507ee5b9c2
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 18 16:34:25 2019 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Jan 18 16:34:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2125e8b9
app-text/pinfo: DEPEND on sys-apps/texinfo
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
app-text/pinfo/pinfo-0.6.10-r6.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-text/pinfo/pinfo-0.6.10-r6.ebuild
b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
index 633f0825ca0..244a97c87c7 100644
--- a/app-text/pinfo/pinfo-0.6.10-r6.ebuild
+++ b/app-text/pinfo/pinfo-0.6.10-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -21,6 +21,7 @@ RDEPEND="
DEPEND="
${RDEPEND}
+ sys-apps/texinfo
sys-devel/bison
virtual/pkgconfig
nls? ( sys-devel/gettext )