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 2A291138334 for ; Sun, 13 Oct 2019 11:41:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57360E088B; Sun, 13 Oct 2019 11:41:03 +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 37356E0886 for ; Sun, 13 Oct 2019 11:41:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4AA5534BCD1 for ; Sun, 13 Oct 2019 11:41:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6BAE8A0 for ; Sun, 13 Oct 2019 11:40:58 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1570966827.9f28590183fc5f09849aba01843951212bb80a9d.asturm@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.7.ebuild X-VCS-Directories: app-office/gnucash/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9f28590183fc5f09849aba01843951212bb80a9d X-VCS-Branch: master Date: Sun, 13 Oct 2019 11:40:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c229ef13-293c-4330-b065-ae0a08ce033d X-Archives-Hash: 3c923c0d4f30e4565b15b74c03f2cf41 commit: 9f28590183fc5f09849aba01843951212bb80a9d Author: Peter Levine gmail com> AuthorDate: Sun Sep 22 20:28:47 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 13 11:40:27 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f285901 app-office/gnucash: Rename chipcard USE flag to smartcard Closes: https://bugs.gentoo.org/682120 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Peter Levine gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> app-office/gnucash/gnucash-3.7.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-office/gnucash/gnucash-3.7.ebuild b/app-office/gnucash/gnucash-3.7.ebuild index c88c0aa803b..07e15ad8677 100644 --- a/app-office/gnucash/gnucash-3.7.ebuild +++ b/app-office/gnucash/gnucash-3.7.ebuild @@ -15,11 +15,11 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="aqbanking chipcard debug doc examples gnome-keyring +gui mysql nls ofx +IUSE="aqbanking smartcard debug doc examples gnome-keyring +gui mysql nls ofx postgres python quotes -register2 sqlite test" REQUIRED_USE=" - chipcard? ( aqbanking ) + smartcard? ( aqbanking ) python? ( ${PYTHON_REQUIRED_USE} )" # libdbi version requirement for sqlite taken from bug #455134 @@ -37,7 +37,7 @@ RDEPEND=" aqbanking? ( >=net-libs/aqbanking-5[ofx?] sys-libs/gwenhywfar - chipcard? ( sys-libs/libchipcard ) + smartcard? ( sys-libs/libchipcard ) ) gnome-keyring? ( >=app-crypt/libsecret-0.18 ) gui? (