diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-09-19 21:23:33 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-09-19 21:23:33 +0000 |
commit | c88375aded5e199349ff0bdcfb7078e65ab622ba (patch) | |
tree | f70512b004eb25c5c19a26d200ffe093a8f65fb5 /net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild | |
parent | add IUSE (diff) | |
download | gentoo-2-c88375aded5e199349ff0bdcfb7078e65ab622ba.tar.gz gentoo-2-c88375aded5e199349ff0bdcfb7078e65ab622ba.tar.bz2 gentoo-2-c88375aded5e199349ff0bdcfb7078e65ab622ba.zip |
add missing eutils inheritance
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild')
-rw-r--r-- | net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild b/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild index c4864bcd216c..1667054a81ae 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.3 2005/06/27 07:39:29 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/lrzsz-0.12.20-r1.ebuild,v 1.4 2005/09/19 21:21:46 mrness 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" @@ -17,6 +17,7 @@ DEPEND="" src_unpack() { unpack ${A} + epatch ${FILESDIR}/${PN}-makefile-smp.patch } |