diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-16 02:25:10 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-16 02:25:10 +0000 |
commit | 4604e73ae2c08be0197ee46958d3d89bc279666e (patch) | |
tree | b83a50a4bac8bebea212d543ab8a8dfbdadb2ab9 /app-emulation | |
parent | Added ~sparc keyword wrt bug #122204. (diff) | |
download | gentoo-2-4604e73ae2c08be0197ee46958d3d89bc279666e.tar.gz gentoo-2-4604e73ae2c08be0197ee46958d3d89bc279666e.tar.bz2 gentoo-2-4604e73ae2c08be0197ee46958d3d89bc279666e.zip |
BUGS doc no longer exists
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/wine-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-0.9.7.ebuild b/app-emulation/wine/wine-0.9.7.ebuild index 421487b10bfb..2e88a03cdfe1 100644 --- a/app-emulation/wine/wine-0.9.7.ebuild +++ b/app-emulation/wine/wine-0.9.7.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-emulation/wine/wine-0.9.7.ebuild,v 1.3 2006/02/05 13:45:51 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.7.ebuild,v 1.4 2006/02/16 02:25:10 vapier Exp $ inherit eutils flag-o-matic multilib @@ -132,7 +132,7 @@ src_install() { dlldir="${D}"/usr/$(get_libdir)/wine \ install || die - dodoc ANNOUNCE AUTHORS BUGS ChangeLog DEVELOPERS-HINTS README + dodoc ANNOUNCE AUTHORS ChangeLog DEVELOPERS-HINTS README } pkg_postinst() { |