diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-01-18 17:34:25 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-01-18 17:34:30 +0100 |
commit | 2125e8b98f64b7dc918624565bbe6b507ee5b9c2 (patch) | |
tree | 0a35c2624c533cbfa46f2b5a155a563fffab32c9 /app-text/pinfo | |
parent | app-crypt/libsecret: bump to 0.18.7 (diff) | |
download | gentoo-2125e8b98f64b7dc918624565bbe6b507ee5b9c2.tar.gz gentoo-2125e8b98f64b7dc918624565bbe6b507ee5b9c2.tar.bz2 gentoo-2125e8b98f64b7dc918624565bbe6b507ee5b9c2.zip |
app-text/pinfo: DEPEND on sys-apps/texinfo
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'app-text/pinfo')
-rw-r--r-- | app-text/pinfo/pinfo-0.6.10-r6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/pinfo/pinfo-0.6.10-r6.ebuild b/app-text/pinfo/pinfo-0.6.10-r6.ebuild index 633f0825ca01..244a97c87c72 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 ) |