diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-14 14:15:50 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-05-18 14:09:06 +0200 |
commit | 83c9cd40b2c834be81eafe3775e6aa78cf63b72c (patch) | |
tree | 1f74522b090d411be9f206c02e06c55409989d98 /app-text/atril | |
parent | app-office/gnucash: Rename USE=gnome-keyring -> keyring (diff) | |
download | gentoo-83c9cd40b2c834be81eafe3775e6aa78cf63b72c.tar.gz gentoo-83c9cd40b2c834be81eafe3775e6aa78cf63b72c.tar.bz2 gentoo-83c9cd40b2c834be81eafe3775e6aa78cf63b72c.zip |
app-text/atril: Rename USE=gnome-keyring -> keyring
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/atril')
-rw-r--r-- | app-text/atril/atril-1.26.0-r4.ebuild | 6 | ||||
-rw-r--r-- | 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) \ |