diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-11-14 11:29:05 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-11-14 11:29:05 +0000 |
commit | b488b9cf22ee936a3642298cfb66d2922e2c4eef (patch) | |
tree | dc702ee642032c920baabf76b20ff0033156869a /app-i18n/scim-tables | |
parent | Version bump, bug #246633, thank cilly for report. (diff) | |
download | gentoo-2-b488b9cf22ee936a3642298cfb66d2922e2c4eef.tar.gz gentoo-2-b488b9cf22ee936a3642298cfb66d2922e2c4eef.tar.bz2 gentoo-2-b488b9cf22ee936a3642298cfb66d2922e2c4eef.zip |
Fixed scimtablesettingplugin.moc issue, bug #227331.
(Portage version: 2.2_rc13/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'app-i18n/scim-tables')
-rw-r--r-- | app-i18n/scim-tables/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-i18n/scim-tables/ChangeLog b/app-i18n/scim-tables/ChangeLog index 93697332122a..661723d244b4 100644 --- a/app-i18n/scim-tables/ChangeLog +++ b/app-i18n/scim-tables/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/scim-tables # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.57 2008/11/13 06:19:19 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.58 2008/11/14 11:29:05 matsuu Exp $ + + 14 Nov 2008; MATSUU Takuto <matsuu@gentoo.org> + scim-tables-0.5.8-r1.ebuild: + Fixed scimtablesettingplugin.moc issue, bug #227331. 13 Nov 2008; Jeremy Olexa <darkside@gentoo.org> scim-tables-0.5.8-r1.ebuild: diff --git a/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild b/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild index df72950ff546..3464b60accef 100644 --- a/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild +++ b/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild,v 1.3 2008/11/13 06:19:19 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.8-r1.ebuild,v 1.4 2008/11/14 11:29:05 matsuu Exp $ inherit kde-functions eutils base autotools @@ -30,7 +30,7 @@ PATCHES=( ) pkg_setup() { - if ! built_with_use '>=app-i18n/scim-1.4.0' gtk ; then + if ! has_version '>=app-i18n/scim-1.4.7-r2' && ! built_with_use '>=app-i18n/scim-1.4.0' gtk ; then eerror ">=app-i18n/scim-1.4.0 with gtk USE flag is required by ${PF}." # die "Please reemerge >=app-i18n/scim-1.4.0 with USE=\"gtk\"." fi @@ -50,9 +50,9 @@ src_unpack() { cd "${S}" sed -i -e "/^SUBDIRS/s/.*/SUBDIRS = ${use_languages}/g" \ - tables/Makefile.am || die "sed ${m} failed" + tables/Makefile.{am,in} || die "sed ${m} failed" - eautoreconf + AT_NO_RECURSIVE=yes AT_M4DIR=${S}/m4 eautoreconf } src_compile() { |