blob: 3363f4b282e8543f6bbaf9a34622cce706a7a544 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
inherit transmission-2.83
DESCRIPTION="A BitTorrent client (meta package)"
#HOMEPAGE="http://www.transmissionbt.com/"
SRC_URI=""
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ayatana gtk lightweight systemd qt4 xfs"
RDEPEND="
~net-p2p/transmission-base-${PV}[lightweight=,xfs=]
gtk? (
~net-p2p/transmission-gtk-${PV}[ayatana=]
)
!gtk? (
~net-p2p/transmission-cli-${PV}
)"
|