diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-10-15 09:13:25 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-10-15 09:13:25 +0000 |
commit | 7f4409075958744a10c701029f30c891a626e3c0 (patch) | |
tree | 82d5b2161ff1ae9f51ce84765e4a0cdd007dd609 /sys-apps/texinfo | |
parent | clean up (diff) | |
download | gentoo-2-7f4409075958744a10c701029f30c891a626e3c0.tar.gz gentoo-2-7f4409075958744a10c701029f30c891a626e3c0.tar.bz2 gentoo-2-7f4409075958744a10c701029f30c891a626e3c0.zip |
Don't install charset.alias, #195148.
(Portage version: 2.1.3.13)
Diffstat (limited to 'sys-apps/texinfo')
-rw-r--r-- | sys-apps/texinfo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/texinfo/texinfo-4.11.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys-apps/texinfo/ChangeLog b/sys-apps/texinfo/ChangeLog index 6fd4931f2e1a..d6ba81c778a6 100644 --- a/sys-apps/texinfo/ChangeLog +++ b/sys-apps/texinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/texinfo # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.85 2007/10/08 01:10:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/ChangeLog,v 1.86 2007/10/15 09:13:25 uberlord Exp $ + + 15 Oct 2007; Roy Marples <uberlord@gentoo.org> texinfo-4.11.ebuild: + Don't install charset.alias, #195148. *texinfo-4.11 (08 Oct 2007) diff --git a/sys-apps/texinfo/texinfo-4.11.ebuild b/sys-apps/texinfo/texinfo-4.11.ebuild index 4c89bdd45a3a..a57714fb42d3 100644 --- a/sys-apps/texinfo/texinfo-4.11.ebuild +++ b/sys-apps/texinfo/texinfo-4.11.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/sys-apps/texinfo/texinfo-4.11.ebuild,v 1.2 2007/10/08 13:32:07 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/texinfo/texinfo-4.11.ebuild,v 1.3 2007/10/15 09:13:25 uberlord Exp $ inherit flag-o-matic @@ -41,4 +41,6 @@ src_install() { dodoc AUTHORS ChangeLog INTRODUCTION NEWS README TODO newdoc info/README README.info newdoc makeinfo/README README.makeinfo + + rm -f "${D}"/usr/lib/charset.alias #195148 } |