summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-02 15:26:26 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-02 15:26:26 +0000
commit52549522539904145043878a8b5c48ce972d0146 (patch)
tree844cb218c4f98c305e6b0ae9588626efea5d838d /net-libs/librsync
parentmore KEYWORDS (Manifest recommit) (diff)
downloadgentoo-2-52549522539904145043878a8b5c48ce972d0146.tar.gz
gentoo-2-52549522539904145043878a8b5c48ce972d0146.tar.bz2
gentoo-2-52549522539904145043878a8b5c48ce972d0146.zip
more KEYWORDS
Diffstat (limited to 'net-libs/librsync')
-rw-r--r--net-libs/librsync/librsync-0.9.7.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/net-libs/librsync/librsync-0.9.7.ebuild b/net-libs/librsync/librsync-0.9.7.ebuild
index a4e4a41976a0..38a6ec8f1995 100644
--- a/net-libs/librsync/librsync-0.9.7.ebuild
+++ b/net-libs/librsync/librsync-0.9.7.ebuild
@@ -1,18 +1,18 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.7.ebuild,v 1.1 2004/10/25 12:21:29 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/librsync/librsync-0.9.7.ebuild,v 1.2 2004/11/02 15:26:26 vapier Exp $
DESCRIPTION="Flexible remote checksum-based differencing"
+HOMEPAGE="http://librsync.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-HOMEPAGE="http://librsync.sf.net/"
-DEPEND="virtual/libc"
-
-SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="~x86 ~sparc ~ppc ~amd64"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sparc ~x86"
IUSE=""
+DEPEND="virtual/libc"
+
src_compile() {
econf --enable-shared || die
emake || die