diff options
Diffstat (limited to 'app-i18n/scim-anthy')
-rw-r--r-- | app-i18n/scim-anthy/ChangeLog | 7 | ||||
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/app-i18n/scim-anthy/ChangeLog b/app-i18n/scim-anthy/ChangeLog index bf04b8710d4b..a598ddf99ac0 100644 --- a/app-i18n/scim-anthy/ChangeLog +++ b/app-i18n/scim-anthy/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-i18n/scim-anthy # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.34 2006/10/15 16:03:27 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/ChangeLog,v 1.35 2006/10/16 18:28:05 flameeyes Exp $ + + 16 Oct 2006; Diego Pettenò <flameeyes@gentoo.org> + scim-anthy-0.7.1.ebuild: + Add missing pkg-config depedency, thanks to Patrick Lauer for reporting in + bug #151618. *scim-anthy-1.2.1 (15 Oct 2006) diff --git a/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild b/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild index f19ca8eaa023..656f7912248d 100644 --- a/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild,v 1.6 2006/02/06 19:28:37 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-0.7.1.ebuild,v 1.7 2006/10/16 18:28:05 flameeyes Exp $ DESCRIPTION="Japanese input method Anthy IMEngine for SCIM" HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy" @@ -15,6 +15,8 @@ DEPEND="|| ( >=app-i18n/scim-0.99.8 >=app-i18n/scim-cvs-0.99.8 ) || ( >=app-i18n/anthy-5900 >=app-i18n/anthy-ss-5911 )" RDEPEND="${DEPEND} app-dicts/kasumi" +DEPEND="${DEPEND} + dev-util/pkgconfig" src_install() { make DESTDIR=${D} install || die "make install failed" |