diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-10-08 01:05:22 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-10-08 01:05:22 +0000 |
commit | 1df68c03d1e43a3b80942a728603a3fc7aee0329 (patch) | |
tree | a1fef1b1aea344ea58dcdbbbdeea8b3d610db35e /app-i18n | |
parent | Fix dependency on net-snmp as the new ebuilds don't have an extensible USE fl... (diff) | |
download | gentoo-2-1df68c03d1e43a3b80942a728603a3fc7aee0329.tar.gz gentoo-2-1df68c03d1e43a3b80942a728603a3fc7aee0329.tar.bz2 gentoo-2-1df68c03d1e43a3b80942a728603a3fc7aee0329.zip |
Drop needless "use gconf ||" line.
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus/ChangeLog | 5 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.4.1.ebuild | 4 | ||||
-rw-r--r-- | app-i18n/ibus/ibus-1.4.2.ebuild | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/app-i18n/ibus/ChangeLog b/app-i18n/ibus/ChangeLog index 39e8162943a4..6718286ba248 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.112 2012/10/08 00:01:54 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ChangeLog,v 1.113 2012/10/08 01:05:22 naota Exp $ + + 08 Oct 2012; <naota@gentoo.org> ibus-1.4.1.ebuild, ibus-1.4.2.ebuild: + Drop needless "use gconf ||" line. 08 Oct 2012; <naota@gentoo.org> ibus-1.4.2.ebuild: Fix epatch target file name. #433393 diff --git a/app-i18n/ibus/ibus-1.4.1.ebuild b/app-i18n/ibus/ibus-1.4.1.ebuild index 2987e4b85dde..54773e410728 100644 --- a/app-i18n/ibus/ibus-1.4.1.ebuild +++ b/app-i18n/ibus/ibus-1.4.1.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.1.ebuild,v 1.11 2012/06/18 13:39:14 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.1.ebuild,v 1.12 2012/10/08 01:05:22 naota Exp $ EAPI=4 PYTHON_DEPEND="python? 2:2.5" @@ -89,8 +89,6 @@ src_prepare() { "${FILESDIR}"/${PN}-1.4.0-machine-id-fallback.patch \ "${FILESDIR}"/${PN}-1.4.1-gir.patch - use gconf || epatch "${FILESDIR}"/${P}-no-gconf.patch - eautoreconf } diff --git a/app-i18n/ibus/ibus-1.4.2.ebuild b/app-i18n/ibus/ibus-1.4.2.ebuild index ae3e2b756b9a..87f18721d5b7 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.2 2012/10/08 00:01:54 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus/ibus-1.4.2.ebuild,v 1.3 2012/10/08 01:05:22 naota Exp $ EAPI=4 PYTHON_DEPEND="python? 2:2.5" @@ -68,8 +68,6 @@ src_prepare() { epatch \ "${FILESDIR}"/${PN}-gconf-2.m4.patch - use gconf || epatch "${FILESDIR}"/${PN}-1.4.1-no-gconf.patch - eautoreconf } |