summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2005-10-18 21:46:37 +0000
committerTony Vroon <chainsaw@gentoo.org>2005-10-18 21:46:37 +0000
commitf9315a7d571a336e050a30671891b8decda8a287 (patch)
tree924ec002a63a00e0c0ab412809c32417103f47f5 /media-sound
parentremoved old ebuilds (diff)
downloadgentoo-2-f9315a7d571a336e050a30671891b8decda8a287.tar.gz
gentoo-2-f9315a7d571a336e050a30671891b8decda8a287.tar.bz2
gentoo-2-f9315a7d571a336e050a30671891b8decda8a287.zip
Do not attempt to redirect output to /dev/tty, this makes no sense. Closes bug #109699.
(Portage version: 2.0.53_rc5)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/musepack-tools/ChangeLog6
-rw-r--r--media-sound/musepack-tools/musepack-tools-1.15v.ebuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/media-sound/musepack-tools/ChangeLog b/media-sound/musepack-tools/ChangeLog
index eec81e00604a..9dda1b70246e 100644
--- a/media-sound/musepack-tools/ChangeLog
+++ b/media-sound/musepack-tools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/musepack-tools
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/ChangeLog,v 1.26 2005/10/04 09:50:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/ChangeLog,v 1.27 2005/10/18 21:46:37 chainsaw Exp $
+
+ 18 Oct 2005; Tony Vroon <chainsaw@gentoo.org> musepack-tools-1.15v.ebuild:
+ Do not attempt to redirect output to /dev/tty, this makes no sense. Closes
+ bug #109699.
04 Oct 2005; Diego Pettenò <flameeyes@gentoo.org>
files/musepack-tools-1.15v-Makefile.patch, musepack-tools-1.15v.ebuild:
diff --git a/media-sound/musepack-tools/musepack-tools-1.15v.ebuild b/media-sound/musepack-tools/musepack-tools-1.15v.ebuild
index 8b170f1f8061..d4a4ed3d8a8b 100644
--- a/media-sound/musepack-tools/musepack-tools-1.15v.ebuild
+++ b/media-sound/musepack-tools/musepack-tools-1.15v.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/musepack-tools-1.15v.ebuild,v 1.5 2005/10/04 09:50:30 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/musepack-tools/musepack-tools-1.15v.ebuild,v 1.6 2005/10/18 21:46:37 chainsaw Exp $
IUSE="static 16bit esd"
@@ -44,6 +44,9 @@ src_unpack() {
fi
use 16bit && sed -i 's|//#define MAKE_16BIT|#define MAKE_16BIT|' mpp.h
+
+ # Bug #109699; console redirection to /dev/tty makes no sense
+ sed -i -e 's/$(LDADD) &> $(LOGFILE)/$(LDADD)/' Makefile
}
src_compile() {