diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-04-06 02:55:40 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-04-06 02:55:40 +0000 |
commit | 2345473e6b507b0567b2f75c87b78fa03272d3c8 (patch) | |
tree | b857a10cc5a40bf283df423085bc0f2d7aac2e4b /app-i18n | |
parent | Honor LINGUAS setting. #402891 (diff) | |
download | gentoo-2-2345473e6b507b0567b2f75c87b78fa03272d3c8.tar.gz gentoo-2-2345473e6b507b0567b2f75c87b78fa03272d3c8.tar.bz2 gentoo-2-2345473e6b507b0567b2f75c87b78fa03272d3c8.zip |
Fix mis-emptied DEPEND
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/qimhangul/qimhangul-0.2.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-i18n/qimhangul/qimhangul-0.2.0.ebuild b/app-i18n/qimhangul/qimhangul-0.2.0.ebuild index 7e4c9f263afe..c9f106a5ab69 100644 --- a/app-i18n/qimhangul/qimhangul-0.2.0.ebuild +++ b/app-i18n/qimhangul/qimhangul-0.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.2.0.ebuild,v 1.1 2013/04/06 02:14:11 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/qimhangul/qimhangul-0.2.0.ebuild,v 1.2 2013/04/06 02:55:40 naota Exp $ EAPI=5 @@ -13,5 +13,6 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND="" +DEPEND=">=app-i18n/libhangul-0.0.12 + dev-qt/qtgui" RDEPEND="${DEPEND}" |