diff options
Diffstat (limited to 'net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild')
-rw-r--r-- | net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild index 2b56ace1b1e1..ba752b803fee 100644 --- a/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild +++ b/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild,v 1.1 2005/04/20 22:06:24 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild,v 1.1.1.1 2005/11/30 09:46:12 chriswhite Exp $ -inherit flag-o-matic +inherit flag-o-matic eutils DESCRIPTION="Communication package providing the X, Y, and ZMODEM file transfer protocols" HOMEPAGE="http://www.ohse.de/uwe/software/lrzsz.html" @@ -10,13 +10,14 @@ SRC_URI="http://www.ohse.de/uwe/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="nls" DEPEND="" src_unpack() { unpack ${A} + epatch ${FILESDIR}/${PN}-makefile-smp.patch } |