diff options
Diffstat (limited to 'app-editors/nano/nano-1.3.8.ebuild')
-rw-r--r-- | app-editors/nano/nano-1.3.8.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-editors/nano/nano-1.3.8.ebuild b/app-editors/nano/nano-1.3.8.ebuild index 488c6e6b43b3..2b4a9ffa71db 100644 --- a/app-editors/nano/nano-1.3.8.ebuild +++ b/app-editors/nano/nano-1.3.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.8.ebuild,v 1.1 2005/07/02 14:02:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.8.ebuild,v 1.2 2005/07/02 18:15:01 vapier Exp $ inherit eutils @@ -22,6 +22,7 @@ PROVIDE="virtual/editor" src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}"/${P}-rep.patch use nomac && epatch "${FILESDIR}"/${PN}-1.3.6-nomac.patch } |