summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2020-05-01 19:50:05 +0200
committerPacho Ramos <pacho@gentoo.org>2020-05-01 19:57:31 +0200
commit160c813a710d08ee2123ed643016eb48b60ab9f5 (patch)
tree4e19422659b3a7b81c36b45530c5e45a0b767bbd /net-p2p/transmission/transmission-9999.ebuild
parentnet-im/slack: Migrate to 'appindicator' USE (diff)
downloadgentoo-160c813a710d08ee2123ed643016eb48b60ab9f5.tar.gz
gentoo-160c813a710d08ee2123ed643016eb48b60ab9f5.tar.bz2
gentoo-160c813a710d08ee2123ed643016eb48b60ab9f5.zip
net-p2p/transmission: Migrate to 'appindicator' USE
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-p2p/transmission/transmission-9999.ebuild')
-rw-r--r--net-p2p/transmission/transmission-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild
index f7f2735ac3c6..36907b345d40 100644
--- a/net-p2p/transmission/transmission-9999.ebuild
+++ b/net-p2p/transmission/transmission-9999.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://transmissionbt.com/"
# MIT is in several libtransmission/ headers
LICENSE="|| ( GPL-2 GPL-3 Transmission-OpenSSL-exception ) GPL-2 MIT"
SLOT="0"
-IUSE="ayatana gtk libressl lightweight nls mbedtls qt5 systemd test"
+IUSE="appindicator gtk libressl lightweight nls mbedtls qt5 systemd test"
RESTRICT="!test? ( test )"
ACCT_DEPEND="
@@ -57,7 +57,7 @@ COMMON_DEPEND="
>=dev-libs/dbus-glib-0.100
>=dev-libs/glib-2.32:2
>=x11-libs/gtk+-3.4:3
- ayatana? ( >=dev-libs/libappindicator-0.4.30:3 )
+ appindicator? ( >=dev-libs/libappindicator-0.4.30:3 )
)
qt5? (
dev-qt/qtcore:5
@@ -111,7 +111,7 @@ src_configure() {
-DWITH_CRYPTO=$(usex mbedtls polarssl openssl)
-DWITH_INOTIFY=ON
- -DWITH_LIBAPPINDICATOR=$(usex ayatana ON OFF)
+ -DWITH_LIBAPPINDICATOR=$(usex appindicator ON OFF)
-DWITH_SYSTEMD=$(usex systemd ON OFF)
)