From 9f28590183fc5f09849aba01843951212bb80a9d Mon Sep 17 00:00:00 2001 From: Peter Levine Date: Sun, 22 Sep 2019 16:28:47 -0400 Subject: [PATCH] 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 Signed-off-by: Andreas Sturmlechner --- 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 c88c0aa803b3..07e15ad8677b 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? ( -- 2.26.2