diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-14 14:15:32 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-18 14:09:06 +0200 |
commit | 00a7d74929f29ec364527cbe45090277c779b578 (patch) | |
tree | 95da4e5aec7799409d580bf647abf1036968062c /app-office/gnucash | |
parent | app-crypt/pinentry: unkeyword 1.2.1-r1, USE=gnome-keyring -> keyring (diff) | |
download | gentoo-00a7d74929f29ec364527cbe45090277c779b578.tar.gz gentoo-00a7d74929f29ec364527cbe45090277c779b578.tar.bz2 gentoo-00a7d74929f29ec364527cbe45090277c779b578.zip |
app-office/gnucash: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-office/gnucash')
-rw-r--r-- | app-office/gnucash/gnucash-4.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/gnucash/gnucash-4.13.ebuild b/app-office/gnucash/gnucash-4.13.ebuild index 8884898fdd53..61dd25b006c9 100644 --- a/app-office/gnucash/gnucash-4.13.ebuild +++ b/app-office/gnucash/gnucash-4.13.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv x86" -IUSE="aqbanking debug doc examples gnome-keyring +gui mysql nls ofx postgres python quotes register2 smartcard sqlite test" +IUSE="aqbanking debug doc examples keyring +gui mysql nls ofx postgres python quotes register2 smartcard sqlite test" RESTRICT="!test? ( test )" # Examples doesn't build unless GUI is also built @@ -43,7 +43,7 @@ RDEPEND=" >=sys-libs/gwenhywfar-4.20.0:= smartcard? ( sys-libs/libchipcard ) ) - gnome-keyring? ( >=app-crypt/libsecret-0.18 ) + keyring? ( >=app-crypt/libsecret-0.18 ) gui? ( >=x11-libs/gtk+-3.22.30:3 gnome-base/dconf |