diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 08:29:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-19 08:29:19 +0000 |
commit | f0346f3be724940dd8d6a174da9e6c08c61d611f (patch) | |
tree | bafdf06982ebbcce1bc6c095375417d48985ff06 /app-emulation | |
parent | unlisted Python Image Library dependency: bug #123299 (diff) | |
download | gentoo-2-f0346f3be724940dd8d6a174da9e6c08c61d611f.tar.gz gentoo-2-f0346f3be724940dd8d6a174da9e6c08c61d611f.tar.bz2 gentoo-2-f0346f3be724940dd8d6a174da9e6c08c61d611f.zip |
cut debug code
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/wine/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/wine/wine-0.9.8-r1.ebuild | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/app-emulation/wine/ChangeLog b/app-emulation/wine/ChangeLog index 20ee016898b9..195898ad7978 100644 --- a/app-emulation/wine/ChangeLog +++ b/app-emulation/wine/ChangeLog @@ -1,9 +1,6 @@ # ChangeLog for app-emulation/wine # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.130 2006/02/18 15:18:11 genstef Exp $ - - 18 Feb 2006; Stefan Schweizer <genstef@gentoo.org> wine-0.9.8-r1.ebuild: - fix typo, \n -> ||, bug 123238 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.131 2006/02/19 08:29:19 vapier Exp $ *wine-0.9.8-r1 (18 Feb 2006) diff --git a/app-emulation/wine/wine-0.9.8-r1.ebuild b/app-emulation/wine/wine-0.9.8-r1.ebuild index 6cb5ac09f69c..9582560f7e96 100644 --- a/app-emulation/wine/wine-0.9.8-r1.ebuild +++ b/app-emulation/wine/wine-0.9.8-r1.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.8-r1.ebuild,v 1.2 2006/02/18 15:18:11 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-0.9.8-r1.ebuild,v 1.3 2006/02/19 08:29:19 vapier Exp $ inherit eutils flag-o-matic multilib @@ -122,7 +122,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die - dodoc ANNOUNCE AUTHORS ChangeLog DEVELOPERS-HINTS README || die + dodoc ANNOUNCE AUTHORS ChangeLog DEVELOPERS-HINTS README } pkg_postinst() { |