summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-14 14:16:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-18 14:09:07 +0200
commitad0a8e5c2f66eafe613fdb4aaab966d196828d96 (patch)
tree9af8194e140f961ab6fe4cdbfd3f62729759179d
parentdev-vcs/subversion: Rename USE=gnome-keyring -> keyring (diff)
downloadgentoo-ad0a8e5c2f66eafe613fdb4aaab966d196828d96.tar.gz
gentoo-ad0a8e5c2f66eafe613fdb4aaab966d196828d96.tar.bz2
gentoo-ad0a8e5c2f66eafe613fdb4aaab966d196828d96.zip
gnome-base/gvfs: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--gnome-base/gvfs/gvfs-1.50.4-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-base/gvfs/gvfs-1.50.4-r1.ebuild b/gnome-base/gvfs/gvfs-1.50.4-r1.ebuild
index c856eb15aa63..767ce483b0dd 100644
--- a/gnome-base/gvfs/gvfs-1.50.4-r1.ebuild
+++ b/gnome-base/gvfs/gvfs-1.50.4-r1.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/gvfs"
LICENSE="LGPL-2+"
SLOT="0"
-IUSE="afp archive bluray cdda elogind fuse google gnome-keyring gnome-online-accounts gphoto2 +http ios mtp nfs policykit samba systemd test +udev udisks zeroconf"
+IUSE="afp archive bluray cdda elogind fuse google keyring gnome-online-accounts gphoto2 +http ios mtp nfs policykit samba systemd test +udev udisks zeroconf"
RESTRICT="!test? ( test )"
# elogind/systemd only relevant to udisks (in v1.38.1)
REQUIRED_USE="
@@ -53,7 +53,7 @@ RDEPEND="
>=app-pda/libplist-1:=
)
gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.17.1:= )
- gnome-keyring? ( app-crypt/libsecret )
+ keyring? ( app-crypt/libsecret )
bluray? ( media-libs/libbluray:= )
mtp? (
virtual/libusb:1
@@ -121,7 +121,7 @@ src_configure() {
-Dgcr=true
-Dgcrypt=${enable_gcrypt}
$(meson_use udev gudev)
- $(meson_use gnome-keyring keyring)
+ $(meson_use keyring keyring)
-Dlogind=${enable_logind}
-Dlibusb=${enable_libusb}
-Ddevel_utils=false # wouldn't install any of it as of 1.38.1; some tests need it, but they aren't automated tests in v1.38.1