summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2009-12-19 13:35:41 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2009-12-19 13:35:41 +0000
commit893566868558a85f08d09156018e4d3d4f9dba63 (patch)
tree54cb127d9971a0b0e1ca46d952f1f9345332e3e8 /x11-misc
parentstable amd64, bug 296121 (diff)
downloadgentoo-2-893566868558a85f08d09156018e4d3d4f9dba63.tar.gz
gentoo-2-893566868558a85f08d09156018e4d3d4f9dba63.tar.bz2
gentoo-2-893566868558a85f08d09156018e4d3d4f9dba63.zip
Apply patch correctly this time
(Portage version: 2.2_rc60/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/rednotebook/ChangeLog6
-rw-r--r--x11-misc/rednotebook/rednotebook-0.9.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog
index edd42a070bff..d599a2d89093 100644
--- a/x11-misc/rednotebook/ChangeLog
+++ b/x11-misc/rednotebook/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/rednotebook
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.22 2009/12/18 16:13:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.23 2009/12/19 13:35:41 hwoarang Exp $
+
+ 19 Dec 2009; Markos Chandras <hwoarang@gentoo.org>
+ rednotebook-0.9.0.ebuild:
+ Apply patch correctly this time
*rednotebook-0.9.0 (18 Dec 2009)
diff --git a/x11-misc/rednotebook/rednotebook-0.9.0.ebuild b/x11-misc/rednotebook/rednotebook-0.9.0.ebuild
index f9b419bdddc0..d5406cbacd9f 100644
--- a/x11-misc/rednotebook/rednotebook-0.9.0.ebuild
+++ b/x11-misc/rednotebook/rednotebook-0.9.0.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/x11-misc/rednotebook/rednotebook-0.9.0.ebuild,v 1.1 2009/12/18 16:13:36 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-0.9.0.ebuild,v 1.2 2009/12/19 13:35:41 hwoarang Exp $
EAPI="2"
@@ -21,6 +21,6 @@ RDEPEND="dev-python/pyyaml[libyaml?]
spell? ( dev-python/gtkspell-python )"
src_prepare() {
- ! use spell && epatch "${FILESDIR}/${P}_disable_spell.patch"
+ ! use spell && epatch "${FILESDIR}/${PN}-0.8.9_disable_spell.patch"
distutils_src_prepare
}