diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 19:24:34 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-03 19:24:34 +0000 |
commit | 9bbd058c473bcbd4ce03aa7bbb489d46bc7e2161 (patch) | |
tree | 051bc064135270aec2cbf4eac72f1e7baf8927c6 /app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | |
parent | dev-python/feedparser: 5.1.2 (diff) | |
download | gentoo-2-9bbd058c473bcbd4ce03aa7bbb489d46bc7e2161.tar.gz gentoo-2-9bbd058c473bcbd4ce03aa7bbb489d46bc7e2161.tar.bz2 gentoo-2-9bbd058c473bcbd4ce03aa7bbb489d46bc7e2161.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild')
-rw-r--r-- | app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild index c770b4518494..8867b793ed1c 100644 --- a/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild +++ b/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild,v 1.1 2007/07/07 05:52:33 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/uim-tomoe-gtk/uim-tomoe-gtk-0.6.0.ebuild,v 1.2 2012/05/03 19:24:31 jdhore Exp $ DESCRIPTION="Japanese input method Tomoe IMEngine for uim" HOMEPAGE="http://tomoe.sourceforge.net/" @@ -14,7 +14,7 @@ IUSE="" RDEPEND="|| ( app-i18n/uim app-i18n/uim-svn ) >=app-i18n/libtomoe-gtk-0.6.0" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "make install failed" |