summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-04-04 08:16:29 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-04-04 08:16:29 +0000
commit18094cc14393ce08aa4a17f3871d392a8dbad4d4 (patch)
tree0f59a7973deb9c21474081f88e8f151f83247760 /media-libs/libxtract
parentBump (diff)
downloadgentoo-2-18094cc14393ce08aa4a17f3871d392a8dbad4d4.tar.gz
gentoo-2-18094cc14393ce08aa4a17f3871d392a8dbad4d4.tar.bz2
gentoo-2-18094cc14393ce08aa4a17f3871d392a8dbad4d4.zip
drop debug useflag: it only appends cflags, bug #397667 by Agostino Sarubbo
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/libxtract')
-rw-r--r--media-libs/libxtract/ChangeLog7
-rw-r--r--media-libs/libxtract/libxtract-0.6.3.ebuild10
2 files changed, 9 insertions, 8 deletions
diff --git a/media-libs/libxtract/ChangeLog b/media-libs/libxtract/ChangeLog
index 280c26473c75..32d553a18cf7 100644
--- a/media-libs/libxtract/ChangeLog
+++ b/media-libs/libxtract/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libxtract
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libxtract/ChangeLog,v 1.7 2010/12/26 17:15:34 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libxtract/ChangeLog,v 1.8 2013/04/04 08:16:29 aballier Exp $
+
+ 04 Apr 2013; Alexis Ballier <aballier@gentoo.org> libxtract-0.6.3.ebuild:
+ drop debug useflag: it only appends cflags, bug #397667 by Agostino Sarubbo
*libxtract-0.6.3 (26 Dec 2010)
diff --git a/media-libs/libxtract/libxtract-0.6.3.ebuild b/media-libs/libxtract/libxtract-0.6.3.ebuild
index 993517acd813..5fd69557ea22 100644
--- a/media-libs/libxtract/libxtract-0.6.3.ebuild
+++ b/media-libs/libxtract/libxtract-0.6.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libxtract/libxtract-0.6.3.ebuild,v 1.1 2010/12/26 17:15:34 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libxtract/libxtract-0.6.3.ebuild,v 1.2 2013/04/04 08:16:29 aballier Exp $
DESCRIPTION="A simple, portable, lightweight library of audio feature extraction functions"
HOMEPAGE="http://libxtract.sourceforge.net"
@@ -9,16 +9,14 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug doc fftw"
+IUSE="doc fftw"
RDEPEND="fftw? ( =sci-libs/fftw-3* )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
src_compile() {
- local myconf=""
- use debug && myconf="${myconf} --enable-debug"
- econf $(use_enable fftw fft) ${myconf} || die "configure failed"
+ econf $(use_enable fftw fft)
# Prevent doc from being generated automagically
use doc || touch doc/doxygen-build.stamp
emake || die "make failed"