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

Collapse All | Expand All

(-)/usr/portage/app-backup/duplicity/duplicity-0.6.15.ebuild (-1 / +3 lines)
Lines 17-23 Link Here
17
LICENSE="GPL-3"
17
LICENSE="GPL-3"
18
SLOT="0"
18
SLOT="0"
19
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
19
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
20
IUSE="s3"
20
IUSE="ftp ftps s3"
21
21
22
DEPEND="
22
DEPEND="
23
	>=net-libs/librsync-0.9.6
23
	>=net-libs/librsync-0.9.6
Lines 27-32 Link Here
27
	>=dev-python/py-gnupg-0.3.2
27
	>=dev-python/py-gnupg-0.3.2
28
	>=dev-python/pexpect-2.1
28
	>=dev-python/pexpect-2.1
29
	s3? ( dev-python/boto )
29
	s3? ( dev-python/boto )
30
	ftp? ( net-ftp/ncftp )
31
	ftps? ( || ( net-ftp/lftp[ssl] net-ftp/lftp[gnutls] ) )
30
"
32
"
31
33
32
src_prepare() {
34
src_prepare() {

Return to bug 383881