Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 623650 | Differences between
and this patch

Collapse All | Expand All

(-)deluge-1.3.15.ebuild (-2 / +3 lines)
Lines 16-25 Link Here
16
	EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git
16
	EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git
17
		http://git.deluge-torrent.org/${PN}"
17
		http://git.deluge-torrent.org/${PN}"
18
	SRC_URI=""
18
	SRC_URI=""
19
	KEYWORDS="amd64 x86"
19
	KEYWORDS="~amd64 ~x86"
20
else
20
else
21
	SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2"
21
	SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2"
22
	KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
22
	KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
23
fi
23
fi
24
24
25
LICENSE="GPL-2"
25
LICENSE="GPL-2"
Lines 32-37 Link Here
32
"
32
"
33
PATCHES=(
33
PATCHES=(
34
	"${FILESDIR}/${PN}-1.3.5-disable_libtorrent_internal_copy.patch"
34
	"${FILESDIR}/${PN}-1.3.5-disable_libtorrent_internal_copy.patch"
35
	"${FILESDIR}/${PN}-1.3.15-r1-fix-preferences-ui.patch"
35
)
36
)
36
37
37
CDEPEND="<net-libs/libtorrent-rasterbar-1.1[python,${PYTHON_USEDEP}]"
38
CDEPEND="<net-libs/libtorrent-rasterbar-1.1[python,${PYTHON_USEDEP}]"

Return to bug 623650