From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70D061385F4 for ; Fri, 21 Oct 2016 02:27:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D46D4E080D; Fri, 21 Oct 2016 02:27:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B18B7E080D for ; Fri, 21 Oct 2016 02:27:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 607C83415B7 for ; Fri, 21 Oct 2016 02:27:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3174248D for ; Fri, 21 Oct 2016 02:27:11 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1477016798.5e9155c81197673ead9e31a58575314825e01793.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/ledger/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/ledger/ledger-3.1.1.ebuild X-VCS-Directories: app-office/ledger/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 5e9155c81197673ead9e31a58575314825e01793 X-VCS-Branch: master Date: Fri, 21 Oct 2016 02:27:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b1581a41-f8fa-4814-ad2c-3ce473550bc5 X-Archives-Hash: bf9e40dca3fc5c10c5c6cc93ebbf6c96 commit: 5e9155c81197673ead9e31a58575314825e01793 Author: Erik Mackdanz gentoo org> AuthorDate: Fri Oct 21 02:26:38 2016 +0000 Commit: Erik Mackdanz gentoo 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() { : }