diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-03-19 09:30:43 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-19 09:34:28 +0200 |
commit | 797e5fe9683bc175df40fbb85b5273dedb6af336 (patch) | |
tree | 07f682bc7e9ab411c17e09dc02e7bbd0437bdc11 /media-gfx | |
parent | media-gfx/greycstoration: remove last-rited pkg (diff) | |
download | gentoo-797e5fe9683bc175df40fbb85b5273dedb6af336.tar.gz gentoo-797e5fe9683bc175df40fbb85b5273dedb6af336.tar.bz2 gentoo-797e5fe9683bc175df40fbb85b5273dedb6af336.zip |
media-gfx/ahoviewer: update USE flag for consistency in ::gentoo repo
- 'gnome-keyring' is used to support 'libsecret' in multiple packages
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/ahoviewer/ahoviewer-1.6.5-r1.ebuild (renamed from media-gfx/ahoviewer/ahoviewer-1.6.5.ebuild) | 8 | ||||
-rw-r--r-- | media-gfx/ahoviewer/metadata.xml | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/media-gfx/ahoviewer/ahoviewer-1.6.5.ebuild b/media-gfx/ahoviewer/ahoviewer-1.6.5-r1.ebuild index 64f4f1013499..c5d5266e2cad 100644 --- a/media-gfx/ahoviewer/ahoviewer-1.6.5.ebuild +++ b/media-gfx/ahoviewer/ahoviewer-1.6.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/ahodesuka/ahoviewer/archive/${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" KEYWORDS="amd64 x86" -IUSE="gnutls +gstreamer libsecret +rar +ssl +zip" +IUSE="gnutls gnome-keyring +gstreamer +rar +ssl +zip" DEPEND=" dev-cpp/glibmm:2 @@ -21,11 +21,11 @@ DEPEND=" dev-libs/libxml2:2 dev-libs/libsigc++:2 net-misc/curl + gnome-keyring? ( app-crypt/libsecret ) gstreamer? ( media-libs/gst-plugins-bad:1.0 media-libs/gstreamer:1.0 ) - libsecret? ( app-crypt/libsecret ) rar? ( app-arch/unrar ) ssl? ( gnutls? ( @@ -60,8 +60,8 @@ src_prepare() { src_configure() { local myconf=( + $(use_enable gnome-keyring libsecret) $(use_enable gstreamer gst) - $(use_enable libsecret) $(use_enable rar) $(use_enable zip) ) diff --git a/media-gfx/ahoviewer/metadata.xml b/media-gfx/ahoviewer/metadata.xml index 4ff39418e751..fa2e59eb745a 100644 --- a/media-gfx/ahoviewer/metadata.xml +++ b/media-gfx/ahoviewer/metadata.xml @@ -5,7 +5,6 @@ <email>juippis@gentoo.org</email> </maintainer> <use> - <flag name="libsecret">Support password storing using libsecret</flag> <flag name="rar">Rar archive support</flag> <flag name="zip">Zip archive support</flag> </use> |