From cbd01bacd21be64232557ac614752205ca5ff256 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sun, 15 Jun 2008 12:45:59 +0000 Subject: remove calls to append-ldflags, bug #226977. (Portage version: 2.1.5.4) --- media-sound/beast/ChangeLog | 5 ++++- media-sound/beast/beast-0.7.1-r1.ebuild | 7 ++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'media-sound/beast') diff --git a/media-sound/beast/ChangeLog b/media-sound/beast/ChangeLog index 1869456da0f8..ed99b069cf07 100644 --- a/media-sound/beast/ChangeLog +++ b/media-sound/beast/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/beast # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.31 2008/06/01 21:21:47 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.32 2008/06/15 12:45:59 eva Exp $ + + 15 Jun 2008; Gilles Dartiguelongue beast-0.7.1-r1.ebuild: + remove calls to append-ldflags, bug #226977. *beast-0.7.1-r1 (01 Jun 2008) diff --git a/media-sound/beast/beast-0.7.1-r1.ebuild b/media-sound/beast/beast-0.7.1-r1.ebuild index 79841c073e6c..90a68c1592fc 100644 --- a/media-sound/beast/beast-0.7.1-r1.ebuild +++ b/media-sound/beast/beast-0.7.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v 1.1 2008/06/01 21:21:47 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.7.1-r1.ebuild,v 1.2 2008/06/15 12:45:59 eva Exp $ -inherit autotools eutils flag-o-matic fdo-mime +inherit autotools eutils fdo-mime IUSE="debug mad static" @@ -57,9 +57,6 @@ src_unpack() { } src_compile() { - # avoid suid related security issues. - append-ldflags $(bindnow-flags) - #for some weird reasons there is no doxer in this release econf $(use_enable debug) \ $(use_enable static) \ -- cgit v1.2.3-65-gdbad