net-misc/remmina: rename ayatana flag to appindicator
authorBen Kohler <bkohler@gentoo.org>
Mon, 18 May 2020 22:01:27 +0000 (17:01 -0500)
committerBen Kohler <bkohler@gentoo.org>
Mon, 18 May 2020 22:01:27 +0000 (17:01 -0500)
Closes: https://bugs.gentoo.org/720314
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
net-misc/remmina/remmina-1.4.3-r1.ebuild

index 3e908915151f3b0fedee429094654abce4b64f65..7489ced509f80b418fe3bd18a7f9c92dff81cf7a 100644 (file)
@@ -14,7 +14,7 @@ SRC_URI="https://gitlab.com/Remmina/Remmina/-/archive/v${PV}/${MY_P}.tar.gz"
 LICENSE="GPL-2+-with-openssl-exception"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="ayatana crypt cups examples gnome-keyring kwallet libressl nls spice ssh rdp telepathy vnc webkit zeroconf"
+IUSE="appindicator crypt cups examples gnome-keyring kwallet libressl nls spice ssh rdp telepathy vnc webkit zeroconf"
 
 CDEPEND="
        dev-libs/glib:2
@@ -25,7 +25,7 @@ CDEPEND="
        x11-libs/gtk+:3
        x11-libs/libX11
        x11-libs/libxkbfile
-       ayatana? ( dev-libs/libappindicator:3 )
+       appindicator? ( dev-libs/libappindicator:3 )
        crypt? ( dev-libs/libgcrypt:0= )
        rdp? ( >=net-misc/freerdp-2.0.0_rc4_p1129
                <net-misc/freerdp-3
@@ -62,7 +62,7 @@ src_prepare() {
 
 src_configure() {
        local mycmakeargs=(
-               -DWITH_APPINDICATOR=$(usex ayatana)
+               -DWITH_APPINDICATOR=$(usex appindicator)
                -DWITH_GCRYPT=$(usex crypt)
                -DWITH_EXAMPLES=$(usex examples)
                -DWITH_LIBSECRET=$(usex gnome-keyring)