summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2011-01-01 16:18:33 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2011-01-01 16:18:33 +0000
commitba7c469ad764ac0411edf8376dda48a9cb9a340a (patch)
tree45bf31138be52cf0591558605b90572fbff79ee9 /app-i18n/skk-jisyo/skk-jisyo-200812.ebuild
parentfixed compile error on gcc-4.4 (diff)
downloadgentoo-2-ba7c469ad764ac0411edf8376dda48a9cb9a340a.tar.gz
gentoo-2-ba7c469ad764ac0411edf8376dda48a9cb9a340a.tar.bz2
gentoo-2-ba7c469ad764ac0411edf8376dda48a9cb9a340a.zip
Version bumped. Fixed dependency, bug #349807.
(Portage version: 2.1.9.26/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/skk-jisyo/skk-jisyo-200812.ebuild')
-rw-r--r--app-i18n/skk-jisyo/skk-jisyo-200812.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/app-i18n/skk-jisyo/skk-jisyo-200812.ebuild b/app-i18n/skk-jisyo/skk-jisyo-200812.ebuild
index 1c9dc085d52e..16b09d16ddca 100644
--- a/app-i18n/skk-jisyo/skk-jisyo-200812.ebuild
+++ b/app-i18n/skk-jisyo/skk-jisyo-200812.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/skk-jisyo/skk-jisyo-200812.ebuild,v 1.5 2010/12/26 17:28:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/skk-jisyo/skk-jisyo-200812.ebuild,v 1.6 2011/01/01 16:18:33 matsuu Exp $
DESCRIPTION="Jisyo (dictionary) files for the SKK Japanese-input software"
HOMEPAGE="http://openlab.ring.gr.jp/skk/dic.html"
@@ -11,8 +11,10 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
IUSE="cdb"
-DEPEND="sys-apps/gawk
- cdb? ( dev-db/cdb )
+COMMON_DEPEND="cdb? ( dev-db/cdb )"
+DEPEND="${COMMON_DEPEND}
+ sys-apps/gawk"
+RDEPEND="${COMMON_DEPEND}
!app-i18n/skk-jisyo-extra
!app-i18n/skk-jisyo-cdb"