diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2008-01-10 16:42:02 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2008-01-10 16:42:02 +0000 |
commit | 273e0c3cf5d9624c628785e1aea7b9b0c39101b1 (patch) | |
tree | cf4286f72bac45b4563f736f12f4f474a8da61e6 /app-i18n | |
parent | Remove old versions as some do not compile anymore, bug 204367 (diff) | |
download | gentoo-2-273e0c3cf5d9624c628785e1aea7b9b0c39101b1.tar.gz gentoo-2-273e0c3cf5d9624c628785e1aea7b9b0c39101b1.tar.bz2 gentoo-2-273e0c3cf5d9624c628785e1aea7b9b0c39101b1.zip |
Added dev-util/pkgconfig to DEPEND, bug #205059.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/scim-canna/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/scim-canna/scim-canna-1.0.0.ebuild | 8 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-i18n/scim-canna/ChangeLog b/app-i18n/scim-canna/ChangeLog index a817cfe0227a..195ed6ff6c78 100644 --- a/app-i18n/scim-canna/ChangeLog +++ b/app-i18n/scim-canna/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/scim-canna -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/ChangeLog,v 1.11 2007/01/05 16:26:40 flameeyes Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/ChangeLog,v 1.12 2008/01/10 16:42:02 matsuu Exp $ + + 10 Jan 2008; MATSUU Takuto <matsuu@gentoo.org> scim-canna-1.0.0.ebuild: + Added dev-util/pkgconfig to DEPEND, bug #205059. 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> scim-canna-1.0.0.ebuild: diff --git a/app-i18n/scim-canna/scim-canna-1.0.0.ebuild b/app-i18n/scim-canna/scim-canna-1.0.0.ebuild index a992e0b91b57..c2cfd56e75b4 100644 --- a/app-i18n/scim-canna/scim-canna-1.0.0.ebuild +++ b/app-i18n/scim-canna/scim-canna-1.0.0.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-i18n/scim-canna/scim-canna-1.0.0.ebuild,v 1.5 2007/01/05 16:26:40 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-canna/scim-canna-1.0.0.ebuild,v 1.6 2008/01/10 16:42:02 matsuu Exp $ DESCRIPTION="Japanese input method Canna IMEngine for SCIM" HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMCanna" @@ -11,8 +11,10 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="|| ( >=app-i18n/scim-1.0 >=app-i18n/scim-cvs-1.0 ) +RDEPEND="|| ( >=app-i18n/scim-1.0 >=app-i18n/scim-cvs-1.0 ) >=app-i18n/canna-3.7" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_install() { make DESTDIR="${D}" install || die "make install failed" |