diff options
author | Thomas Sachau <tommy@gentoo.org> | 2012-12-29 11:33:59 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2012-12-29 11:33:59 +0000 |
commit | 4c4511481ca366f2eae06512b9ebfca5e8e116c3 (patch) | |
tree | c02cbbd1cf686e4a350e9a21aaada77c3fcf5116 /dev-libs/ecore | |
parent | Add missing -lcrypto line to Makefile to fix underlinking, fixing bug #449006. (diff) | |
download | gentoo-2-4c4511481ca366f2eae06512b9ebfca5e8e116c3.tar.gz gentoo-2-4c4511481ca366f2eae06512b9ebfca5e8e116c3.tar.bz2 gentoo-2-4c4511481ca366f2eae06512b9ebfca5e8e116c3.zip |
Disable automagic scim support in ecore_imf, missing arm support for scim
(Portage version: 2.2.0_alpha149-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-libs/ecore')
-rw-r--r-- | dev-libs/ecore/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ecore/ecore-1.7.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-libs/ecore/ChangeLog b/dev-libs/ecore/ChangeLog index 269499f230e4..582e72afe472 100644 --- a/dev-libs/ecore/ChangeLog +++ b/dev-libs/ecore/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ecore # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ecore/ChangeLog,v 1.13 2012/12/21 19:56:14 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ecore/ChangeLog,v 1.14 2012/12/29 11:33:59 tommy Exp $ + + 29 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> ecore-1.7.4.ebuild: + Disable automagic scim support in ecore_imf, missing arm support for scim *ecore-1.7.4 (21 Dec 2012) diff --git a/dev-libs/ecore/ecore-1.7.4.ebuild b/dev-libs/ecore/ecore-1.7.4.ebuild index c8fa88608d2b..e8b05b27b05b 100644 --- a/dev-libs/ecore/ecore-1.7.4.ebuild +++ b/dev-libs/ecore/ecore-1.7.4.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/dev-libs/ecore/ecore-1.7.4.ebuild,v 1.1 2012/12/21 19:56:14 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ecore/ecore-1.7.4.ebuild,v 1.2 2012/12/29 11:33:59 tommy Exp $ EAPI=2 @@ -169,6 +169,7 @@ src_configure() { --disable-ecore-evas-opengl-glew --disable-ecore-evas-software-16-ddraw --disable-ecore-evas-software-16-wince + --disable-ecore_imf_scim $(use_enable ares cares) $(use_enable curl) $(use_enable directfb ecore-directfb) |