summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}