diff options
author | 2012-10-02 02:40:49 +0000 | |
---|---|---|
committer | 2012-10-02 02:40:49 +0000 | |
commit | e3b504b15950d5d88a6d236e948b9e627986e53b (patch) | |
tree | ecf6dcd1a656f75083d9059652a2417dd8a932ae /app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild | |
parent | Use kill -HUP instead of s-s-d for reloading (bug #436430). (diff) | |
download | gentoo-2-e3b504b15950d5d88a6d236e948b9e627986e53b.tar.gz gentoo-2-e3b504b15950d5d88a6d236e948b9e627986e53b.tar.bz2 gentoo-2-e3b504b15950d5d88a6d236e948b9e627986e53b.zip |
Force scim not to use gtk3.
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild')
-rw-r--r-- | app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild b/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild index 894d6840cfe8..3d8930fc54c1 100644 --- a/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild +++ b/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild,v 1.4 2009/12/31 21:03:14 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wnn/scim-wnn-1.0.0.ebuild,v 1.5 2012/10/02 02:40:49 naota Exp $ + +EAPI=2 DESCRIPTION="Japanese input method Wnn IMEngine for SCIM" HOMEPAGE="http://nop.net-p.org/modules/pukiwiki/index.php?%5B%5Bscim-wnn%5D%5D" @@ -11,15 +13,13 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="freewnn" -RDEPEND="|| ( >=app-i18n/scim-1.0 >=app-i18n/scim-cvs-1.0 ) +RDEPEND="|| ( >=app-i18n/scim-1.0[-gtk3] >=app-i18n/scim-cvs-1.0 ) dev-libs/wnn7sdk freewnn? ( app-i18n/freewnn )" DEPEND="${RDEPEND} >=sys-apps/sed-4" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { sed -i -e 's:$LDFLAGS conftest.$ac_ext $LIBS:conftest.$ac_ext $LIBS $LDFLAGS:g' \ configure || die "ldflags sed failed" cd "${S}"/src |