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 | 0e29756f9b1ecb5e0592a67bba9c6bfdc9481684 (patch) | |
tree | 9599c3fee5f044d40a0f5712254d9998cce57c6c /app-emulation/wine | |
parent | Added ~sparc keyword wrt bug #122204. (diff) | |
download | historical-0e29756f9b1ecb5e0592a67bba9c6bfdc9481684.tar.gz historical-0e29756f9b1ecb5e0592a67bba9c6bfdc9481684.tar.bz2 historical-0e29756f9b1ecb5e0592a67bba9c6bfdc9481684.zip |
BUGS doc no longer exists
Diffstat (limited to 'app-emulation/wine')
-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() { |