diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-14 14:16:28 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-18 14:09:08 +0200 |
commit | fd1d834d9ab4afc233101fa50b86ec20676503e2 (patch) | |
tree | 12ac5ffb21efb227eabe8faa4bad38766d3f9c4f /gnome-extra/libgda | |
parent | gnome-base/gvfs: Rename USE=gnome-keyring -> keyring (diff) | |
download | gentoo-fd1d834d9ab4afc233101fa50b86ec20676503e2.tar.gz gentoo-fd1d834d9ab4afc233101fa50b86ec20676503e2.tar.bz2 gentoo-fd1d834d9ab4afc233101fa50b86ec20676503e2.zip |
gnome-extra/libgda: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r-- | gnome-extra/libgda/libgda-5.2.9-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnome-extra/libgda/libgda-5.2.9-r1.ebuild b/gnome-extra/libgda/libgda-5.2.9-r1.ebuild index aa2f5c31bbe1..7c3368aa3f6c 100644 --- a/gnome-extra/libgda/libgda-5.2.9-r1.ebuild +++ b/gnome-extra/libgda/libgda-5.2.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ DESCRIPTION="GNOME database access library" HOMEPAGE="https://www.gnome-db.org/" LICENSE="GPL-2+ LGPL-2+" -IUSE="berkdb canvas debug firebird gnome-keyring gtk graphviz http +introspection json ldap mdb mysql oci8 postgres sourceview ssl vala" +IUSE="berkdb canvas debug firebird keyring gtk graphviz http +introspection json ldap mdb mysql oci8 postgres sourceview ssl vala" REQUIRED_USE=" canvas? ( gtk ) graphviz? ( gtk ) @@ -31,7 +31,7 @@ RDEPEND=" sys-libs/ncurses:0= berkdb? ( sys-libs/db:* ) firebird? ( dev-db/firebird ) - gnome-keyring? ( app-crypt/libsecret ) + keyring? ( app-crypt/libsecret ) gtk? ( >=x11-libs/gtk+-3.0.0:3 canvas? ( x11-libs/goocanvas:2.0= ) @@ -139,7 +139,7 @@ src_configure() { $(use_with canvas goocanvas) \ $(use_enable debug) \ $(use_with firebird firebird /usr) \ - $(use_with gnome-keyring libsecret) \ + $(use_with keyring libsecret) \ $(use_with graphviz) \ $(use_with gtk ui) \ $(use_with http libsoup) \ |