diff options
Diffstat (limited to 'net-misc/rsync/rsync-3.0.5.ebuild')
-rw-r--r-- | net-misc/rsync/rsync-3.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rsync/rsync-3.0.5.ebuild b/net-misc/rsync/rsync-3.0.5.ebuild index 475e80e14959..8699b135277c 100644 --- a/net-misc/rsync/rsync-3.0.5.ebuild +++ b/net-misc/rsync/rsync-3.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.5.ebuild,v 1.11 2009/03/17 10:21:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.5.ebuild,v 1.12 2009/05/29 19:59:09 flameeyes Exp $ inherit eutils flag-o-matic @@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fb IUSE="acl iconv ipv6 static xattr xinetd" DEPEND=">=dev-libs/popt-1.5 - acl? ( kernel_linux? ( sys-apps/acl ) ) + acl? ( virtual/acl ) xattr? ( kernel_linux? ( sys-apps/attr ) ) xinetd? ( sys-apps/xinetd ) iconv? ( virtual/libiconv )" |