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 5463B1382C5 for ; Fri, 27 Apr 2018 20:31:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E2F1E096F; Fri, 27 Apr 2018 20:31:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49EF5E096F for ; Fri, 27 Apr 2018 20:31:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10269335C81 for ; Fri, 27 Apr 2018 20:31:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A96B272 for ; Fri, 27 Apr 2018 20:31:45 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1524861097.3f34044210fdd36e74aeb31e09ed9754bf41e505.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnucash/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnucash/gnucash-3.0.ebuild X-VCS-Directories: app-office/gnucash/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 3f34044210fdd36e74aeb31e09ed9754bf41e505 X-VCS-Branch: master Date: Fri, 27 Apr 2018 20:31:45 +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: b6986240-ca8d-4a4c-ab77-9d28b82794af X-Archives-Hash: eac4e83d9bd6bad6c19c853c6f5e1ce6 commit: 3f34044210fdd36e74aeb31e09ed9754bf41e505 Author: Aaron W. Swenson gentoo org> AuthorDate: Fri Apr 27 20:31:37 2018 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Fri Apr 27 20:31:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f340442 app-office/gnucash: Reactivate doc use flag on 3.0 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-office/gnucash/gnucash-3.0.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/app-office/gnucash/gnucash-3.0.ebuild b/app-office/gnucash/gnucash-3.0.ebuild index 5b5dde99e04..bc347e50c6f 100644 --- a/app-office/gnucash/gnucash-3.0.ebuild +++ b/app-office/gnucash/gnucash-3.0.ebuild @@ -18,8 +18,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -# Add doc back in for 3.0 and bump app-doc/gnucash-docs -IUSE="aqbanking chipcard debug examples gnome-keyring mysql nls ofx postgres +IUSE="aqbanking chipcard debug doc examples gnome-keyring mysql nls ofx postgres python quotes -register2 sqlite" REQUIRED_USE=" chipcard? ( aqbanking ) @@ -76,11 +75,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -# Uncomment for 3.0 -# PDEPEND="doc? ( -# ~app-doc/gnucash-docs-${PV} -# gnome-extra/yelp -# )" +PDEPEND="doc? ( + ~app-doc/gnucash-docs-${PV} + gnome-extra/yelp +)" #PATCHES=( "${FILESDIR}"/${PN}-2.7.4-fix-tests-for-32bit-platforms.patch )