summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kohler <bkohler@gentoo.org>2020-05-18 17:01:27 -0500
committerBen Kohler <bkohler@gentoo.org>2020-05-18 17:01:27 -0500
commita7695019baf86e99348585807f914aee21a420cb (patch)
tree1fddaf9340d1fb0e59a6f32f0153202a04886109 /net-misc/remmina
parentnet-misc/remmina: revbump for minor QA fix, and drop old (diff)
downloadgentoo-a7695019baf86e99348585807f914aee21a420cb.tar.gz
gentoo-a7695019baf86e99348585807f914aee21a420cb.tar.bz2
gentoo-a7695019baf86e99348585807f914aee21a420cb.zip
net-misc/remmina: rename ayatana flag to appindicator
Closes: https://bugs.gentoo.org/720314 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-misc/remmina')
-rw-r--r--net-misc/remmina/remmina-1.4.3-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/remmina/remmina-1.4.3-r1.ebuild b/net-misc/remmina/remmina-1.4.3-r1.ebuild
index 3e908915151f..7489ced509f8 100644
--- a/net-misc/remmina/remmina-1.4.3-r1.ebuild
+++ b/net-misc/remmina/remmina-1.4.3-r1.ebuild
@@ -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)