summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-04-19 17:22:25 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2011-04-19 17:22:25 +0000
commit8df2930e87c1fd7caf48121ebcbde812dac3a439 (patch)
treedac7f222e26a88b78da4b9dea013946f851eeab3 /sci-geosciences/grass
parent[bump] dev-perl/Text-Diff-1.410.0 (diff)
downloadgentoo-2-8df2930e87c1fd7caf48121ebcbde812dac3a439.tar.gz
gentoo-2-8df2930e87c1fd7caf48121ebcbde812dac3a439.tar.bz2
gentoo-2-8df2930e87c1fd7caf48121ebcbde812dac3a439.zip
Fix patch name. Per bug #364049. This is the reason why conditional patches are stupid.
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/grass')
-rw-r--r--sci-geosciences/grass/ChangeLog6
-rw-r--r--sci-geosciences/grass/grass-6.4.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-geosciences/grass/ChangeLog b/sci-geosciences/grass/ChangeLog
index 57e2e22b28aa..171c46ef8937 100644
--- a/sci-geosciences/grass/ChangeLog
+++ b/sci-geosciences/grass/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-geosciences/grass
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.100 2011/04/14 10:42:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/ChangeLog,v 1.101 2011/04/19 17:22:25 scarabeus Exp $
+
+ 19 Apr 2011; Tomáš Chvátal <scarabeus@gentoo.org> grass-6.4.1.ebuild:
+ Fix patch name. Per bug #364049. This is the reason why conditional patches
+ are stupid.
*grass-6.4.1 (14 Apr 2011)
diff --git a/sci-geosciences/grass/grass-6.4.1.ebuild b/sci-geosciences/grass/grass-6.4.1.ebuild
index 0eee0b3641fb..932761056cae 100644
--- a/sci-geosciences/grass/grass-6.4.1.ebuild
+++ b/sci-geosciences/grass/grass-6.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.4.1.ebuild,v 1.1 2011/04/14 10:42:48 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/grass/grass-6.4.1.ebuild,v 1.2 2011/04/19 17:22:25 scarabeus Exp $
EAPI="3"
@@ -128,7 +128,7 @@ pkg_setup() {
src_prepare() {
if ! use opengl; then
- epatch "${FILESDIR}"/${P}-html-nonviz.patch
+ epatch "${FILESDIR}"/${PN}-6.4.0-html-nonviz.patch
fi
base_src_prepare