commit: 9f28590183fc5f09849aba01843951212bb80a9d Author: Peter Levine <plevine457 <AT> gmail <DOT> com> AuthorDate: Sun Sep 22 20:28:47 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <plevine457 <AT> gmail.com> Signed-off-by: Andreas Sturmlechner <asturm <AT> 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? (
