media-gfx/ahoviewer: update USE flag for consistency in ::gentoo repo
authorJoonas Niilola <juippis@gentoo.org>
Thu, 19 Mar 2020 07:30:43 +0000 (09:30 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Thu, 19 Mar 2020 07:34:28 +0000 (09:34 +0200)
 - 'gnome-keyring' is used to support 'libsecret' in multiple packages

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
media-gfx/ahoviewer/ahoviewer-1.6.5-r1.ebuild [moved from media-gfx/ahoviewer/ahoviewer-1.6.5.ebuild with 90% similarity]
media-gfx/ahoviewer/metadata.xml

similarity index 90%
rename from media-gfx/ahoviewer/ahoviewer-1.6.5.ebuild
rename to media-gfx/ahoviewer/ahoviewer-1.6.5-r1.ebuild
index 64f4f10134993815b755b59c092c035ae17a07b7..c5d5266e2cad4aa1d52131154bfd3b88b7e328da 100644 (file)
@@ -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)
        )
index 4ff39418e75190403ccc78e732b48c0ec8bde460..fa2e59eb745ad5c96e80619ebd94adaaca8106c0 100644 (file)
@@ -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>