Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 497588
Collapse All | Expand All

(-)/usr/portage/net-misc/rsync/rsync-3.1.0.ebuild (-2 / +3 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.1.0.ebuild,v 1.1 2013/10/10 20:40:40 chainsaw Exp $
3
# $Header: $
4
4
5
EAPI="5"
5
EAPI="5"
6
6
Lines 13-19 Link Here
13
LICENSE="GPL-3"
13
LICENSE="GPL-3"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
16
IUSE="acl iconv ipv6 static xattr"
16
IUSE="acl iconv ipv6 static system-zlib xattr"
17
17
18
LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )
18
LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )
19
	xattr? ( kernel_linux? ( sys-apps/attr[static-libs(+)] ) )
19
	xattr? ( kernel_linux? ( sys-apps/attr[static-libs(+)] ) )
Lines 37-42 Link Here
37
		$(use_enable xattr xattr-support) \
37
		$(use_enable xattr xattr-support) \
38
		$(use_enable ipv6) \
38
		$(use_enable ipv6) \
39
		$(use_enable iconv) \
39
		$(use_enable iconv) \
40
		$(use_with !system-zlib included-zlib) \
40
		--with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf
41
		--with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf
41
	touch proto.h-tstamp #421625
42
	touch proto.h-tstamp #421625
42
}
43
}

Return to bug 497588