diff options
author | Peter Levine <plevine457@gmail.com> | 2019-09-22 16:28:47 -0400 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-13 13:40:27 +0200 |
commit | 9f28590183fc5f09849aba01843951212bb80a9d (patch) | |
tree | d65990b7d00f6d22b86014dba5df022075100cb0 /app-office/gnucash | |
parent | net-libs/aqbanking: Rename chipcard USE flag to smartcard (diff) | |
download | gentoo-9f28590183fc5f09849aba01843951212bb80a9d.tar.gz gentoo-9f28590183fc5f09849aba01843951212bb80a9d.tar.bz2 gentoo-9f28590183fc5f09849aba01843951212bb80a9d.zip |
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@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/gnucash')
-rw-r--r-- | app-office/gnucash/gnucash-3.7.ebuild | 6 |
1 files 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? ( |