diff options
Diffstat (limited to 'app-cdr/cdrdao/cdrdao-1.2.3_rc2.ebuild')
-rw-r--r-- | app-cdr/cdrdao/cdrdao-1.2.3_rc2.ebuild | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app-cdr/cdrdao/cdrdao-1.2.3_rc2.ebuild b/app-cdr/cdrdao/cdrdao-1.2.3_rc2.ebuild index 300303ad2c21..dae9aba1f52b 100644 --- a/app-cdr/cdrdao/cdrdao-1.2.3_rc2.ebuild +++ b/app-cdr/cdrdao/cdrdao-1.2.3_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.2.3_rc2.ebuild,v 1.7 2009/07/27 12:40:52 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrdao/cdrdao-1.2.3_rc2.ebuild,v 1.8 2009/08/05 17:50:01 gengor Exp $ EAPI=2 inherit autotools eutils toolchain-funcs @@ -58,12 +58,6 @@ src_prepare() { src_configure() { local myconf - # GCC 3.x isn't safe wrt bug #230415 - if [[ $(gcc-major-version) -le 3 ]]; then - myconf="--without-xdao" - use gcdmaster && ewarn "You need GCC 4.x for gcdmaster to be built." - fi - econf \ $(use_with gcdmaster xdao) \ $(use_with encode lame) \ |