diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:28:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:28:43 +0000 |
commit | b29e094572e8f27ea189337e0073b6640e1b2388 (patch) | |
tree | d629447f21edbff83bc70c7f8899d4eba9e223c5 /net-misc | |
parent | sync IUSE (+bootstrap, +nls), don't assign S=${WORKDIR}/${P}, trim trailing w... (diff) | |
download | gentoo-2-b29e094572e8f27ea189337e0073b6640e1b2388.tar.gz gentoo-2-b29e094572e8f27ea189337e0073b6640e1b2388.tar.bz2 gentoo-2-b29e094572e8f27ea189337e0073b6640e1b2388.zip |
sync IUSE (+ipv6)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/rsync/rsync-2.6.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/rsync/rsync-2.6.1.ebuild b/net-misc/rsync/rsync-2.6.1.ebuild index 7348bd9ce047..36cde3309612 100644 --- a/net-misc/rsync/rsync-2.6.1.ebuild +++ b/net-misc/rsync/rsync-2.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.1.ebuild,v 1.3 2004/07/01 21:50:14 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-2.6.1.ebuild,v 1.4 2004/07/15 03:28:43 agriffis Exp $ inherit eutils flag-o-matic gcc @@ -12,7 +12,7 @@ SRC_URI="http://rsync.samba.org/ftp/rsync/old-versions/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha arm ~hppa ~amd64 ~ia64 ~ppc64 s390" -IUSE="build static acl" +IUSE="acl build ipv6 static" RDEPEND="virtual/libc !build? ( >=dev-libs/popt-1.5 )" |