summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-12-05 16:31:29 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-12-05 16:31:29 +0000
commit5e967b13fff1f2d2577a96819b17caf450f3ed87 (patch)
treea915bcfc5b4d5df5006a413b7b03ad0a648cfbd8 /media-sound
parentAdd app-text/pytextile to python herd. (diff)
downloadgentoo-2-5e967b13fff1f2d2577a96819b17caf450f3ed87.tar.gz
gentoo-2-5e967b13fff1f2d2577a96819b17caf450f3ed87.tar.bz2
gentoo-2-5e967b13fff1f2d2577a96819b17caf450f3ed87.zip
Add missing USE debug, as it does more than just appends -g. For previous commit.
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/rosegarden/rosegarden-10.02_alpha2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-sound/rosegarden/rosegarden-10.02_alpha2.ebuild b/media-sound/rosegarden/rosegarden-10.02_alpha2.ebuild
index 8cd63505a39d..b1c3d6e18b4e 100644
--- a/media-sound/rosegarden/rosegarden-10.02_alpha2.ebuild
+++ b/media-sound/rosegarden/rosegarden-10.02_alpha2.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/media-sound/rosegarden/rosegarden-10.02_alpha2.ebuild,v 1.1 2009/12/05 16:16:53 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rosegarden/rosegarden-10.02_alpha2.ebuild,v 1.2 2009/12/05 16:31:29 ssuominen Exp $
EAPI=2
inherit fdo-mime multilib
@@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
+IUSE="debug"
DEPEND="x11-libs/qt-gui:4[qt3support]
media-libs/ladspa-sdk
@@ -37,6 +37,7 @@ src_prepare() {
src_configure() {
econf \
+ $(use_enable debug) \
--with-qtlibdir=/usr/$(get_libdir)/qt4
}