diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-09-04 20:20:04 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-09-04 20:20:04 -0400 |
commit | a4c766b8031f03fb11eb451ec8c3839e712ede05 (patch) | |
tree | f7791ce25a8edbef694d45947ead68c597945ae1 /sys-apps/texinfo | |
parent | fcaps.eclass: support ENOTSUP in addition to EOPNOTSUPP #559608 (diff) | |
download | gentoo-a4c766b8031f03fb11eb451ec8c3839e712ede05.tar.gz gentoo-a4c766b8031f03fb11eb451ec8c3839e712ede05.tar.bz2 gentoo-a4c766b8031f03fb11eb451ec8c3839e712ede05.zip |
sys-apps/texinfo: add a note wrt virtual/texi2dvi usage #559132
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/texinfo-6.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-apps/texinfo/texinfo-6.0.ebuild b/sys-apps/texinfo/texinfo-6.0.ebuild index baccda5bbe87..d3fa36130298 100644 --- a/sys-apps/texinfo/texinfo-6.0.ebuild +++ b/sys-apps/texinfo/texinfo-6.0.ebuild @@ -2,6 +2,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ +# Note: if your package uses the texi2dvi utility, it must depend on the +# virtual/texi2dvi package to pull in all the right deps. The tool is not +# usable out-of-the-box because it requires the large tex packages. + EAPI="5" inherit flag-o-matic |