diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-16 21:09:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-16 21:09:30 +0000 |
commit | 29cc303f6dfe369b49e5cc401a066e19d0da8369 (patch) | |
tree | 182af346efbad6a4ee00d14455c85c8c7af43ab6 /net-dialup | |
parent | ppc stable (diff) | |
download | gentoo-2-29cc303f6dfe369b49e5cc401a066e19d0da8369.tar.gz gentoo-2-29cc303f6dfe369b49e5cc401a066e19d0da8369.tar.bz2 gentoo-2-29cc303f6dfe369b49e5cc401a066e19d0da8369.zip |
sh love
(Portage version: 2.1.1)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild index 7142c233ce9e..5a54447b0616 100644 --- a/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild +++ b/net-dialup/lrzsz/lrzsz-0.12.20-r1.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-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild,v 1.7 2006/07/08 23:27:12 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild,v 1.8 2006/09/16 21:09:30 vapier Exp $ inherit flag-o-matic eutils @@ -10,13 +10,12 @@ SRC_URI="http://www.ohse.de/uwe/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" IUSE="nls" src_unpack() { unpack ${A} - - epatch "${FILESDIR}/${PN}-makefile-smp.patch" + epatch "${FILESDIR}"/${PN}-makefile-smp.patch } src_compile() { |