diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-03 19:28:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-03 19:28:42 +0000 |
commit | 6b72aa3c8210a3d0d99d3f153b07797cca422fab (patch) | |
tree | 5c332e789d6c50d60798bcfccf143fcf302fd0d6 /app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild | |
parent | Version bump #139013 by Arthur Koziel. (diff) | |
download | gentoo-2-6b72aa3c8210a3d0d99d3f153b07797cca422fab.tar.gz gentoo-2-6b72aa3c8210a3d0d99d3f153b07797cca422fab.tar.bz2 gentoo-2-6b72aa3c8210a3d0d99d3f153b07797cca422fab.zip |
Fix building with Qt 3.3.5, thanks to Wai Ling for reporting. Make skim support conditional to kde useflag in last version (drop alpha, sparc, ppc64 keywords). Don't use gnome2 eclass if unneeded.
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild')
-rw-r--r-- | app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild b/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild index 93e367f024f8..3717c6570b5f 100644 --- a/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild +++ b/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.ebuild,v 1.7 2006/04/30 11:49:25 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-pinyin/scim-pinyin-0.5.91.ebuild,v 1.8 2006/07/03 19:28:42 flameeyes Exp $ inherit kde-functions gnome2 @@ -21,3 +21,9 @@ SCROLLKEEPER_UPDATE="0" G2CONF="--disable-static $(use_with arts)" DOCS="AUTHORS NEWS README ChangeLog" USE_DESTDIR=1 + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PN}-qt335.patch" +} |