diff options
Diffstat (limited to 'net-misc/rsync/rsync-2.6.7.ebuild')
-rw-r--r-- | net-misc/rsync/rsync-2.6.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/rsync/rsync-2.6.7.ebuild b/net-misc/rsync/rsync-2.6.7.ebuild index f47ce48b8357..c7c67ea642fa 100644 --- a/net-misc/rsync/rsync-2.6.7.ebuild +++ b/net-misc/rsync/rsync-2.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.7.ebuild,v 1.1 2006/03/16 00:13:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.7.ebuild,v 1.2 2006/03/30 15:08:23 flameeyes Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -10,11 +10,11 @@ SRC_URI="http://rsync.samba.org/ftp/rsync/${P/_/}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="acl build ipv6 static xinetd" RDEPEND="!build? ( >=dev-libs/popt-1.5 ) - acl? ( sys-apps/acl )" + acl? ( kernel_linux? ( sys-apps/acl ) )" DEPEND="${RDEPEND} >=sys-apps/portage-2.0.51" |