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/ibus-table-code | |
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/ibus-table-code')
-rw-r--r-- | app-i18n/ibus-table-code/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-i18n/ibus-table-code/ChangeLog b/app-i18n/ibus-table-code/ChangeLog index de677b2ffc65..4aefad9a0c19 100644 --- a/app-i18n/ibus-table-code/ChangeLog +++ b/app-i18n/ibus-table-code/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-i18n/ibus-table-code -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v 1.4 2010/05/04 00:37:30 matsuu Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ChangeLog,v 1.5 2012/05/03 19:24:33 jdhore Exp $ + + 03 May 2012; Jeff Horelick <jdhore@gentoo.org> + ibus-table-code-1.2.0.20100305.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 04 May 2010; MATSUU Takuto <matsuu@gentoo.org> -ibus-table-code-1.2.0.20100108.ebuild, diff --git a/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild b/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild index 5089530fd17e..5c69268c790c 100644 --- a/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild +++ b/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 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/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild,v 1.2 2010/05/04 00:37:30 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-code/ibus-table-code-1.2.0.20100305.ebuild,v 1.3 2012/05/03 19:24:33 jdhore Exp $ DESCRIPTION="The code tables for IBus-Table" HOMEPAGE="http://code.google.com/p/ibus/" @@ -13,7 +13,7 @@ IUSE="" RDEPEND=">=app-i18n/ibus-table-1.2.0.20090912" DEPEND="${RDEPEND} - dev-util/pkgconfig" + virtual/pkgconfig" src_install() { emake DESTDIR="${D}" install || die |