commit: 5e9155c81197673ead9e31a58575314825e01793
Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 02:26:38 2016 +0000
Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 02:26:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e9155c8
app-office/ledger: Add missing dep for USE=doc
Not a revbump since no change to installed files (before change,
USE=doc either resulted in build failure or identical file set)
Package-Manager: portage-2.3.2
app-office/ledger/ledger-3.1.1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/app-office/ledger/ledger-3.1.1.ebuild
b/app-office/ledger/ledger-3.1.1.ebuild
index be23a1e..679e7b6 100644
--- a/app-office/ledger/ledger-3.1.1.ebuild
+++ b/app-office/ledger/ledger-3.1.1.ebuild
@@ -35,7 +35,10 @@ RDEPEND="
DEPEND="
${COMMON_DEPEND}
dev-libs/utfcpp
- doc? ( sys-apps/texinfo )
+ doc? (
+ sys-apps/texinfo
+ dev-texlive/texlive-texinfo
+ )
"
DOCS=(README.md)
@@ -44,7 +47,7 @@ DOCS=(README.md)
# RAM(!) Since the memory check in check-reqs doesn't count swap, it
# may be unfair to fail the build entirely on the memory test alone.
# Therefore check-reqs_pkg_pretend is deliberately omitted so that we
-# ewarn but not not eerror.
+# ewarn but not eerror.
pkg_pretend() {
:
}