summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2008-01-18 16:23:48 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2008-01-18 16:23:48 +0000
commitc1385fef087794554f58dea7590056804e5496ba (patch)
tree7b87eadd40a767903670db5bb0db99cb260d6b45 /app-i18n
parentVersion bump (diff)
downloadgentoo-2-c1385fef087794554f58dea7590056804e5496ba.tar.gz
gentoo-2-c1385fef087794554f58dea7590056804e5496ba.tar.bz2
gentoo-2-c1385fef087794554f58dea7590056804e5496ba.zip
Fixed dependency again.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/im-ja/im-ja-1.5.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/app-i18n/im-ja/im-ja-1.5.ebuild b/app-i18n/im-ja/im-ja-1.5.ebuild
index 6076266b211a..121d1016719c 100644
--- a/app-i18n/im-ja/im-ja-1.5.ebuild
+++ b/app-i18n/im-ja/im-ja-1.5.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/im-ja/im-ja-1.5.ebuild,v 1.8 2008/01/18 16:18:38 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-ja/im-ja-1.5.ebuild,v 1.9 2008/01/18 16:23:48 matsuu Exp $
inherit gnome2 eutils
@@ -16,12 +16,6 @@ IUSE="gnome canna freewnn skk anthy"
# --enable-debug causes build failure with gtk+-2.4
#IUSE="${IUSE} debug"
-DEPEND="dev-lang/perl
- dev-perl/URI
- >=sys-devel/autoconf-2.50
- >=sys-devel/automake-1.7
- dev-util/pkgconfig
- ${RDEPEND}"
RDEPEND=">=dev-libs/glib-2.4
>=dev-libs/atk-1.6
>=x11-libs/gtk+-2.4
@@ -33,6 +27,12 @@ RDEPEND=">=dev-libs/glib-2.4
canna? ( app-i18n/canna )
skk? ( virtual/skkserv )
anthy? ( || ( app-i18n/anthy app-i18n/anthy-ss ) )"
+DEPEND="${RDEPEND}
+ dev-lang/perl
+ dev-perl/URI
+ >=sys-devel/autoconf-2.50
+ >=sys-devel/automake-1.7
+ dev-util/pkgconfig"
DOCS="AUTHORS README ChangeLog TODO"