diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-08-01 14:57:43 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-08-01 14:57:43 +0000 |
commit | 766cc4428b1d6ae1b1ee72755b26b93d37f09677 (patch) | |
tree | c506411772d6c2839e4467bb4717c0e679a15f90 /app-emacs/quilt-el/quilt-el-0.46.2.ebuild | |
parent | Remove temporary force of +midi on media-sound/alsa-lib (diff) | |
download | gentoo-2-766cc4428b1d6ae1b1ee72755b26b93d37f09677.tar.gz gentoo-2-766cc4428b1d6ae1b1ee72755b26b93d37f09677.tar.bz2 gentoo-2-766cc4428b1d6ae1b1ee72755b26b93d37f09677.zip |
Fix the ebuild that didn't even unpack.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs/quilt-el/quilt-el-0.46.2.ebuild')
-rw-r--r-- | app-emacs/quilt-el/quilt-el-0.46.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/quilt-el/quilt-el-0.46.2.ebuild b/app-emacs/quilt-el/quilt-el-0.46.2.ebuild index 570cf3ea6f90..3cd9ae5dfd69 100644 --- a/app-emacs/quilt-el/quilt-el-0.46.2.ebuild +++ b/app-emacs/quilt-el/quilt-el-0.46.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.1 2009/07/30 14:58:55 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/quilt-el/quilt-el-0.46.2.ebuild,v 1.2 2009/08/01 14:57:43 flameeyes Exp $ EAPI=2 @@ -22,6 +22,6 @@ SITEFILE=50${PN}-gentoo.el DOCS="README changelog" src_prepare() { - epatch "${FILESDIR}/${P}-0.45.4-tramp-recursion.patch" - epatch "${FILESDIR}/${P}-0.45.4-header-window.patch" + epatch "${FILESDIR}/${PN}-0.45.4-tramp-recursion.patch" + epatch "${FILESDIR}/${PN}-0.45.4-header-window.patch" } |