diff options
Diffstat (limited to 'app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild')
-rw-r--r-- | app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild index 8b8287818cbd..92f8209c0590 100644 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild @@ -1,24 +1,20 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild,v 1.5 2008/12/02 23:30:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91-r2.ebuild,v 1.6 2009/11/25 19:32:03 ssuominen Exp $ -WANT_AUTOCONF=latest -WANT_AUTOMAKE=latest - -inherit kde-functions eutils autotools +inherit eutils autotools DESCRIPTION="Smart Common Input Method (SCIM) Smart Pinyin Input Method" HOMEPAGE="http://www.scim-im.org/" SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" -IUSE="kde nls" +IUSE="nls" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ppc ppc64 sparc x86" +KEYWORDS="ppc64 sparc" RDEPEND="x11-libs/libXt || ( >=app-i18n/scim-1.1 >=app-i18n/scim-cvs-1.1 ) - kde? ( app-i18n/skim ) nls? ( virtual/libintl )" DEPEND="${RDEPEND} @@ -38,7 +34,7 @@ src_unpack() { src_compile() { econf \ $(use_enable nls) \ - $(use_enable kde skim-support) \ + --disable-skim-support \ --without-arts \ --disable-static \ --disable-depedency-tracking \ |