diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-11-18 11:25:03 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-11-18 11:25:03 +0000 |
commit | 1a28bf03ac262250a197dbe74aea3a835333ab33 (patch) | |
tree | 7dcab830f8a983ba353cb0d53f592b7d68294375 /app-text/a2ps | |
parent | ppc stable, bug #155078 (diff) | |
download | historical-1a28bf03ac262250a197dbe74aea3a835333ab33.tar.gz historical-1a28bf03ac262250a197dbe74aea3a835333ab33.tar.bz2 historical-1a28bf03ac262250a197dbe74aea3a835333ab33.zip |
remove old, addpredict to fix bug 145048
Package-Manager: portage-2.1.2_rc2
Diffstat (limited to 'app-text/a2ps')
-rw-r--r-- | app-text/a2ps/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/a2ps/a2ps-4.13c-r5.ebuild | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/app-text/a2ps/ChangeLog b/app-text/a2ps/ChangeLog index d0ce1cb3a597..08dc94802f31 100644 --- a/app-text/a2ps/ChangeLog +++ b/app-text/a2ps/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/a2ps # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.49 2006/09/01 21:42:32 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/ChangeLog,v 1.50 2006/11/18 11:25:03 genstef Exp $ + + 18 Nov 2006; Stefan Schweizer <genstef@gentoo.org> -a2ps-4.13c-r3.ebuild, + -a2ps-4.13c-r4.ebuild, a2ps-4.13c-r5.ebuild: + remove old, addpredict to fix bug 145048 01 Sep 2006; Kevin F. Quinn <kevquinn@gentoo.org> a2ps-4.13c-r5.ebuild: Remove RESTRICT=test - the "stdarg" patch fixes this and is in from -r3 diff --git a/app-text/a2ps/a2ps-4.13c-r5.ebuild b/app-text/a2ps/a2ps-4.13c-r5.ebuild index 3100b0ec642e..294e34753ffa 100644 --- a/app-text/a2ps/a2ps-4.13c-r5.ebuild +++ b/app-text/a2ps/a2ps-4.13c-r5.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-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.3 2006/09/01 21:42:32 kevquinn Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/a2ps/a2ps-4.13c-r5.ebuild,v 1.4 2006/11/18 11:25:03 genstef Exp $ inherit gnuconfig eutils autotools @@ -63,6 +63,12 @@ src_unpack() { } src_compile() { + addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat + addpredict /usr/$(get_libdir)/mozilla-firefox/components/xpti.dat.tmp + addpredict /usr/$(get_libdir)/mozilla-firefox/components/compreg.dat.tmp + + addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat + addpredict /usr/$(get_libdir)/mozilla/components/xpti.dat.tmp #export YACC=yacc econf --sysconfdir=/etc/a2ps \ |