diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-02-06 20:52:05 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-02-06 20:52:05 +0000 |
commit | cc5d7445b328f814755cbff8e1117bf88fcf5a01 (patch) | |
tree | bc1dd31b74715053425ab485d7e6c1f6f52e4f30 /x11-misc/rednotebook | |
parent | Version bump and remove old. (diff) | |
download | gentoo-2-cc5d7445b328f814755cbff8e1117bf88fcf5a01.tar.gz gentoo-2-cc5d7445b328f814755cbff8e1117bf88fcf5a01.tar.bz2 gentoo-2-cc5d7445b328f814755cbff8e1117bf88fcf5a01.zip |
Fix patch name. Bug #402391
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/rednotebook')
-rw-r--r-- | x11-misc/rednotebook/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/rednotebook/rednotebook-1.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/rednotebook/ChangeLog b/x11-misc/rednotebook/ChangeLog index 339fb75e9c9b..936e48b2a786 100644 --- a/x11-misc/rednotebook/ChangeLog +++ b/x11-misc/rednotebook/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/rednotebook # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.56 2012/02/02 23:09:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/ChangeLog,v 1.57 2012/02/06 20:52:05 hwoarang Exp $ + + 06 Feb 2012; Markos Chandras <hwoarang@gentoo.org> rednotebook-1.3.0.ebuild: + Fix patch name. Bug #402391 *rednotebook-1.3.0 (02 Feb 2012) diff --git a/x11-misc/rednotebook/rednotebook-1.3.0.ebuild b/x11-misc/rednotebook/rednotebook-1.3.0.ebuild index 29f64804e783..353ba4311252 100644 --- a/x11-misc/rednotebook/rednotebook-1.3.0.ebuild +++ b/x11-misc/rednotebook/rednotebook-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.3.0.ebuild,v 1.1 2012/02/02 23:09:11 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/rednotebook/rednotebook-1.3.0.ebuild,v 1.2 2012/02/06 20:52:05 hwoarang Exp $ EAPI="3" @@ -34,7 +34,7 @@ pkg_setup() { } src_prepare() { - ! use spell && epatch "${FILESDIR}/${P}-disable-spell.patch" + ! use spell && epatch "${FILESDIR}/${PN}-1.2.0-disable-spell.patch" # rename wae file. I think this should be wa.po instead of wae.po mv po/wae.po po/wa.po || die for x in ${LANGS}; do |