diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-05-14 16:37:30 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-05-14 16:37:30 +0000 |
commit | 679a045f09ee4699a28516167d1ce0fa19e3c280 (patch) | |
tree | f695824ac908dfc7ae03cfd4d96b398cf2233755 /app-dicts/gjiten/gjiten-2.3.ebuild | |
parent | Stable on ppc64; bug #221063 (diff) | |
download | gentoo-2-679a045f09ee4699a28516167d1ce0fa19e3c280.tar.gz gentoo-2-679a045f09ee4699a28516167d1ce0fa19e3c280.tar.bz2 gentoo-2-679a045f09ee4699a28516167d1ce0fa19e3c280.zip |
Fixed bug #124631 and bug #216446.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'app-dicts/gjiten/gjiten-2.3.ebuild')
-rw-r--r-- | app-dicts/gjiten/gjiten-2.3.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-dicts/gjiten/gjiten-2.3.ebuild b/app-dicts/gjiten/gjiten-2.3.ebuild index dfb15f82f0d0..cc1a6b354428 100644 --- a/app-dicts/gjiten/gjiten-2.3.ebuild +++ b/app-dicts/gjiten/gjiten-2.3.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-dicts/gjiten/gjiten-2.3.ebuild,v 1.6 2007/01/05 16:06:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gjiten/gjiten-2.3.ebuild,v 1.7 2008/05/14 16:37:30 matsuu Exp $ inherit gnome2 @@ -19,13 +19,14 @@ RDEPEND=">=gnome-base/libgnome-2.2 >=gnome-base/libglade-2.0" DEPEND="${RDEPEND} app-text/scrollkeeper - >=dev-util/intltool-0.22" + >=dev-util/intltool-0.22 + dev-util/pkgconfig" DOCS="AUTHORS BUGS ChangeLog INSTALL NEWS README TODO" src_unpack() { unpack ${A} - cd ${S}; gnome2_omf_fix help/omf.make + cd "${S}"; gnome2_omf_fix help/omf.make } pkg_postinst() { |