diff options
Diffstat (limited to 'app-i18n/kimera/kimera-2.11.ebuild')
-rw-r--r-- | app-i18n/kimera/kimera-2.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/kimera/kimera-2.11.ebuild b/app-i18n/kimera/kimera-2.11.ebuild index ae22dcc7fbc9..31f2a282b468 100644 --- a/app-i18n/kimera/kimera-2.11.ebuild +++ b/app-i18n/kimera/kimera-2.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/kimera/kimera-2.11.ebuild,v 1.6 2012/06/01 00:18:50 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/kimera/kimera-2.11.ebuild,v 1.7 2013/03/02 19:27:40 hwoarang Exp $ EAPI=3 inherit qt4-r2 multilib @@ -14,7 +14,7 @@ LICENSE="GPL-3" KEYWORDS="amd64 x86" IUSE="+anthy" -DEPEND="x11-libs/qt-core:4 +DEPEND="dev-qt/qtcore:4 anthy? ( app-i18n/anthy ) !anthy? ( app-i18n/canna )" RDEPEND="${DEPEND}" |