diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-14 14:15:57 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-18 14:09:07 +0200 |
commit | c9e9e9ea49225dce9bab33f6f73ea6bca8be31f1 (patch) | |
tree | 154bc699abca3c6a702dad8c4fd1bb477fab6eaf /app-text/evince | |
parent | app-text/atril: Rename USE=gnome-keyring -> keyring (diff) | |
download | gentoo-c9e9e9ea49225dce9bab33f6f73ea6bca8be31f1.tar.gz gentoo-c9e9e9ea49225dce9bab33f6f73ea6bca8be31f1.tar.bz2 gentoo-c9e9e9ea49225dce9bab33f6f73ea6bca8be31f1.zip |
app-text/evince: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/evince')
-rw-r--r-- | app-text/evince/evince-44.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-text/evince/evince-44.1.ebuild b/app-text/evince/evince-44.1.ebuild index 7447a7a6e591..fa2555f2bc02 100644 --- a/app-text/evince/evince-44.1.ebuild +++ b/app-text/evince/evince-44.1.ebuild @@ -12,7 +12,7 @@ LICENSE="GPL-2+ CC-BY-SA-3.0" # subslot = evd3.(suffix of libevdocument3)-evv3.(suffix of libevview3) SLOT="0/evd3.4-evv3.3" KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris" -IUSE="cups djvu dvi gstreamer gnome gnome-keyring gtk-doc +introspection nautilus postscript spell tiff xps" +IUSE="cups djvu dvi gstreamer gnome keyring gtk-doc +introspection nautilus postscript spell tiff xps" REQUIRED_USE="gtk-doc? ( introspection )" # atk used in libview @@ -39,7 +39,7 @@ DEPEND=" media-libs/gst-plugins-base:1.0 media-libs/gst-plugins-good:1.0 ) gnome? ( gnome-base/gnome-desktop:3= ) - gnome-keyring? ( >=app-crypt/libsecret-0.5 ) + keyring? ( >=app-crypt/libsecret-0.5 ) introspection? ( >=dev-libs/gobject-introspection-1:= ) nautilus? ( >=gnome-base/nautilus-3.28.0 <gnome-base/nautilus-42.20 ) postscript? ( >=app-text/libspectre-0.2:= ) @@ -99,7 +99,7 @@ src_configure() { -Duser_doc=true $(meson_use introspection) -Ddbus=true - $(meson_feature gnome-keyring keyring) + $(meson_feature keyring) $(meson_feature cups gtk_unix_print) $(meson_feature gnome thumbnail_cache) $(meson_feature gstreamer multimedia) |