diff options
author | Dawid Węgliński <cla@gentoo.org> | 2010-01-17 23:45:01 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2010-01-17 23:45:01 +0000 |
commit | 18d3f2e621cdc38a1bbacb57b8df3ce7a8ddd944 (patch) | |
tree | c8ed2e97246a12edd763d94ea3dbb5b00f808671 /app-misc/gtypist | |
parent | Stable for HPPA (bug #281427). (diff) | |
download | gentoo-2-18d3f2e621cdc38a1bbacb57b8df3ce7a8ddd944.tar.gz gentoo-2-18d3f2e621cdc38a1bbacb57b8df3ce7a8ddd944.tar.bz2 gentoo-2-18d3f2e621cdc38a1bbacb57b8df3ce7a8ddd944.zip |
Fix path to patch file
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/gtypist')
-rw-r--r-- | app-misc/gtypist/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/gtypist/gtypist-2.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-misc/gtypist/ChangeLog b/app-misc/gtypist/ChangeLog index c259f2e67dd5..71eff190dcfd 100644 --- a/app-misc/gtypist/ChangeLog +++ b/app-misc/gtypist/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/gtypist # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.17 2010/01/17 23:42:48 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.18 2010/01/17 23:45:01 cla Exp $ + + 17 Jan 2010; Dawid Węgliński <cla@gentoo.org> gtypist-2.8.ebuild: + Fix path to patch *gtypist-2.8.3 (17 Jan 2010) diff --git a/app-misc/gtypist/gtypist-2.8.ebuild b/app-misc/gtypist/gtypist-2.8.ebuild index c4d85b16334a..028cefc4df15 100644 --- a/app-misc/gtypist/gtypist-2.8.ebuild +++ b/app-misc/gtypist/gtypist-2.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.8.ebuild,v 1.1 2010/01/17 23:36:37 cla Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.8.ebuild,v 1.2 2010/01/17 23:45:01 cla Exp $ inherit eutils elisp-common @@ -23,7 +23,7 @@ SITEFILE=50${PN}-gentoo.el src_unpack() { unpack ${A} - epatch "${FILESDIR}"/${P/8/7}-xemacs-compat.patch + epatch "${FILESDIR}"/${P}-xemacs-compat.patch } src_compile() { |