diff options
author | 2021-10-21 22:35:49 +0200 | |
---|---|---|
committer | 2021-10-21 22:35:49 +0200 | |
commit | 192f80c2a3164d59488ea4082cd86e892a2e03cf (patch) | |
tree | b1f3a5da1832633f1517b1e63c1c0e9d16bceec1 /net-p2p/transmission/transmission-9999.ebuild | |
parent | dev-lua/penlight: drop old version (diff) | |
download | gentoo-192f80c2a3164d59488ea4082cd86e892a2e03cf.tar.gz gentoo-192f80c2a3164d59488ea4082cd86e892a2e03cf.tar.bz2 gentoo-192f80c2a3164d59488ea4082cd86e892a2e03cf.zip |
net-p2p/transmission: add cli use flag
This adds the option to enable the command-line client.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'net-p2p/transmission/transmission-9999.ebuild')
-rw-r--r-- | net-p2p/transmission/transmission-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/transmission/transmission-9999.ebuild b/net-p2p/transmission/transmission-9999.ebuild index 328bd3b3d14b..87e1cd8915be 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="appindicator gtk lightweight nls mbedtls qt5 static-libs systemd test" +IUSE="appindicator cli gtk lightweight nls mbedtls qt5 static-libs systemd test" RESTRICT="!test? ( test )" ACCT_DEPEND=" @@ -84,6 +84,7 @@ src_configure() { local mycmakeargs=( -DCMAKE_INSTALL_DOCDIR=share/doc/${PF} + -DENABLE_CLI=$(usex cli ON OFF) -DENABLE_GTK=$(usex gtk ON OFF) -DENABLE_LIGHTWEIGHT=$(usex lightweight ON OFF) -DENABLE_NLS=$(usex nls ON OFF) |