diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-11-30 07:55:38 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-11-30 07:55:38 +0000 |
commit | 5b1e63527a54badfeb246c12baad0ff560ef25c9 (patch) | |
tree | 827726f865f1850b02853d23b56db5235b4edefc /app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild | |
parent | Remove unused version. (diff) | |
download | gentoo-2-5b1e63527a54badfeb246c12baad0ff560ef25c9.tar.gz gentoo-2-5b1e63527a54badfeb246c12baad0ff560ef25c9.tar.bz2 gentoo-2-5b1e63527a54badfeb246c12baad0ff560ef25c9.zip |
Added 'need-kde 3.5', bug #238967. Fixed PATCHES syntax.
(Portage version: 2.1.6_rc2/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild')
-rw-r--r-- | app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild b/app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild index 6aa6e62e1952..c271938b29e8 100644 --- a/app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild +++ b/app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild,v 1.2 2007/11/03 03:39:15 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/skim-scim-anthy/skim-scim-anthy-1.3.0.ebuild,v 1.3 2008/11/30 07:55:38 matsuu Exp $ inherit kde @@ -17,7 +17,11 @@ IUSE="" DEPEND=">=app-i18n/skim-1.3 >=app-i18n/scim-anthy-${PV}" -PATCHES="${FILESDIR}/${PN}-1.2.1-qt335.patch" +need-kde 3.5 + +PATCHES=( + "${FILESDIR}/${PN}-1.2.1-qt335.patch" +) pkg_postinst() { elog |