diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-10-08 00:01:54 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-10-08 00:01:54 +0000 |
commit | 9be27eb3a898d6c26d7c4417b8decc49654ac028 (patch) | |
tree | 470d1446239a346d7a6584e19e8cad9a0cbfa6f5 /app-i18n/ibus | |
parent | Update package providing pico from pine to alpine. (diff) | |
download | gentoo-2-9be27eb3a898d6c26d7c4417b8decc49654ac028.tar.gz gentoo-2-9be27eb3a898d6c26d7c4417b8decc49654ac028.tar.bz2 gentoo-2-9be27eb3a898d6c26d7c4417b8decc49654ac028.zip |
Fix epatch target file name. #433393
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus')
-rw-r--r-- | app-i18n/ibus/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-i18n/ibus/ChangeLog b/app-i18n/ibus/ChangeLog index 0035d2e3d983..39e8162943a4 100644 --- a/app-i18n/ibus/ChangeLog +++ b/app-i18n/ibus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/ibus # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.111 2012/08/29 10:30:59 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.112 2012/10/08 00:01:54 naota Exp $ + + 08 Oct 2012; <naota@gentoo.org> ibus-1.4.2.ebuild: + Fix epatch target file name. #433393 *ibus-1.4.2 (29 Aug 2012) diff --git a/app-i18n/ibus/ibus-1.4.2.ebuild b/app-i18n/ibus/ibus-1.4.2.ebuild index 9a4a3684345a..ae3e2b756b9a 100644 --- a/app-i18n/ibus/ibus-1.4.2.ebuild +++ b/app-i18n/ibus/ibus-1.4.2.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/app-i18n/ibus/ibus-1.4.2.ebuild,v 1.1 2012/08/29 10:30:59 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.2.ebuild,v 1.2 2012/10/08 00:01:54 naota Exp $ EAPI=4 PYTHON_DEPEND="python? 2:2.5" @@ -68,7 +68,7 @@ src_prepare() { epatch \ "${FILESDIR}"/${PN}-gconf-2.m4.patch - use gconf || epatch "${FILESDIR}"/${P}-no-gconf.patch + use gconf || epatch "${FILESDIR}"/${PN}-1.4.1-no-gconf.patch eautoreconf } |