commit: 83c9cd40b2c834be81eafe3775e6aa78cf63b72c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:15:50 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 18 12:09:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83c9cd40
app-text/atril: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
app-text/atril/atril-1.26.0-r4.ebuild | 6 +++---
app-text/atril/atril-1.26.1.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-text/atril/atril-1.26.0-r4.ebuild
b/app-text/atril/atril-1.26.0-r4.ebuild
index 8d190177274a..e23720a54c5c 100644
--- a/app-text/atril/atril-1.26.0-r4.ebuild
+++ b/app-text/atril/atril-1.26.0-r4.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Atril document viewer for MATE"
LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
SLOT="0"
-IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring nls
+postscript synctex t1lib test tiff xps"
+IUSE="caja dbus debug djvu dvi epub +introspection keyring nls +postscript
synctex t1lib test tiff xps"
REQUIRED_USE="t1lib? ( dvi )"
@@ -47,7 +47,7 @@ COMMON_DEPEND="
dev-libs/mathjax
>=net-libs/webkit-gtk-2.6.0:4
)
- gnome-keyring? ( >=app-crypt/libsecret-0.5 )
+ keyring? ( >=app-crypt/libsecret-0.5 )
introspection? ( >=dev-libs/gobject-introspection-0.6:= )
postscript? ( >=app-text/libspectre-0.2 )
synctex? ( virtual/tex-base )
@@ -94,7 +94,7 @@ src_configure() {
--enable-pixbuf \
--enable-previewer \
--enable-thumbnailer \
- $(use_with gnome-keyring keyring) \
+ $(use_with keyring) \
$(use_enable caja) \
$(use_enable dbus) \
$(use_enable debug) \
diff --git a/app-text/atril/atril-1.26.1.ebuild
b/app-text/atril/atril-1.26.1.ebuild
index 59774d63d5b8..a74aefa2e23e 100644
--- a/app-text/atril/atril-1.26.1.ebuild
+++ b/app-text/atril/atril-1.26.1.ebuild
@@ -17,7 +17,7 @@ DESCRIPTION="Atril document viewer for MATE"
LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+"
SLOT="0"
-IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring nls
+postscript synctex t1lib test tiff xps"
+IUSE="caja dbus debug djvu dvi epub +introspection keyring nls +postscript
synctex t1lib test tiff xps"
REQUIRED_USE="t1lib? ( dvi )"
@@ -44,7 +44,7 @@ COMMON_DEPEND="
dev-libs/mathjax
>=net-libs/webkit-gtk-2.6.0:4.1
)
- gnome-keyring? ( >=app-crypt/libsecret-0.5 )
+ keyring? ( >=app-crypt/libsecret-0.5 )
introspection? ( >=dev-libs/gobject-introspection-0.6:= )
postscript? ( >=app-text/libspectre-0.2 )
synctex? ( virtual/tex-base )
@@ -96,7 +96,7 @@ src_configure() {
--enable-pixbuf \
--enable-previewer \
--enable-thumbnailer \
- $(use_with gnome-keyring keyring) \
+ $(use_with keyring) \
$(use_enable caja) \
$(use_enable dbus) \
$(use_enable debug) \