diff options
-rw-r--r-- | media-fonts/kochi-substitute/ChangeLog | 6 | ||||
-rw-r--r-- | media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-fonts/kochi-substitute/ChangeLog b/media-fonts/kochi-substitute/ChangeLog index 33721e0e2851..98e3ce2e05db 100644 --- a/media-fonts/kochi-substitute/ChangeLog +++ b/media-fonts/kochi-substitute/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-fonts/kochi-substitute # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/ChangeLog,v 1.29 2010/01/01 18:09:26 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/ChangeLog,v 1.30 2010/02/02 14:52:00 scarabeus Exp $ + + 02 Feb 2010; Tomáš Chvátal <scarabeus@gentoo.org> + kochi-substitute-20030809-r3.ebuild: + Fix non-existant doc install. 01 Jan 2010; Christian Faulhammer <fauli@gentoo.org> kochi-substitute-20030809-r3.ebuild: diff --git a/media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild b/media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild index 1bc37f1ad4ad..d29344473032 100644 --- a/media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild +++ b/media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild,v 1.16 2010/01/01 18:09:25 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/kochi-substitute/kochi-substitute-20030809-r3.ebuild,v 1.17 2010/02/02 14:52:00 scarabeus Exp $ inherit font @@ -17,7 +17,7 @@ S=${WORKDIR}/${PN}-${PV:0:8} FONT_SUFFIX="ttf" -DOCS="README.ja ChangeLog docs/README" +DOCS="README.ja Changelog docs/README" # Only installs fonts RESTRICT="strip binchecks" |