diff options
author | 2004-06-11 08:45:18 +0000 | |
---|---|---|
committer | 2004-06-11 08:45:18 +0000 | |
commit | 2ad1c0299a7d886715c535e6964f1fa4c45e358c (patch) | |
tree | 34ccabb9c078e4a71e907bc5374b2cc0c9a913eb /net-libs/librsync/librsync-0.9.6.ebuild | |
parent | new package (Manifest recommit) (diff) | |
download | gentoo-2-2ad1c0299a7d886715c535e6964f1fa4c45e358c.tar.gz gentoo-2-2ad1c0299a7d886715c535e6964f1fa4c45e358c.tar.bz2 gentoo-2-2ad1c0299a7d886715c535e6964f1fa4c45e358c.zip |
Added to ~ppc
Diffstat (limited to 'net-libs/librsync/librsync-0.9.6.ebuild')
-rw-r--r-- | net-libs/librsync/librsync-0.9.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/librsync/librsync-0.9.6.ebuild b/net-libs/librsync/librsync-0.9.6.ebuild index a8aca56f8678..fad2a079bdd5 100644 --- a/net-libs/librsync/librsync-0.9.6.ebuild +++ b/net-libs/librsync/librsync-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.6.ebuild,v 1.3 2004/03/25 01:09:41 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.6.ebuild,v 1.4 2004/06/11 08:41:02 dholm Exp $ S=${WORKDIR}/${P} DESCRIPTION="Flexible remote checksum-based differencing" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 sparc" +KEYWORDS="x86 sparc ~ppc" src_compile() { ./configure --prefix=/usr --host=${CHOST} --enable-shared || die |