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/ibus/ibus-1.4.2.ebuild | |
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/ibus/ibus-1.4.2.ebuild')
-rw-r--r-- | app-i18n/ibus/ibus-1.4.2.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
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 } |