diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-11-16 17:50:10 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-11-16 17:50:10 +0000 |
commit | a482917ee26c311990f9e7728cf0169f46f1a133 (patch) | |
tree | afba16d47ce448832f7d920540de5398a5fff2a7 /app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild | |
parent | Stable on ppc wrt bug 199014 (diff) | |
download | gentoo-2-a482917ee26c311990f9e7728cf0169f46f1a133.tar.gz gentoo-2-a482917ee26c311990f9e7728cf0169f46f1a133.tar.bz2 gentoo-2-a482917ee26c311990f9e7728cf0169f46f1a133.zip |
Fixed dodoc, bug #189292.
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild')
-rw-r--r-- | app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild b/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild index a131af00a758..fe26c178c4e9 100644 --- a/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild +++ b/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild,v 1.2 2007/11/03 03:39:47 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-anthy/scim-anthy-1.3.0.ebuild,v 1.3 2007/11/16 17:50:10 matsuu Exp $ inherit libtool @@ -42,7 +42,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS THANKS README + dodoc AUTHORS ChangeLog NEWS README } pkg_postinst() { |