summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-07-21 09:42:43 +0000
committerRémi Cardona <remi@gentoo.org>2009-07-21 09:42:43 +0000
commite48df45e90eac2507576211d6ad49108d4d9c66c (patch)
treea1c93d766c4d0948bae6fa173d319eeac05f1cfc /media-libs/mesa
parentmod_fastcgi bump to snapshot version (diff)
downloadgentoo-2-e48df45e90eac2507576211d6ad49108d4d9c66c.tar.gz
gentoo-2-e48df45e90eac2507576211d6ad49108d4d9c66c.tar.bz2
gentoo-2-e48df45e90eac2507576211d6ad49108d4d9c66c.zip
media-libs/mesa: it's not an ebuild's job to add -g to CFLAGS (backport from the x11 overlay)
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/mesa')
-rw-r--r--media-libs/mesa/ChangeLog6
-rw-r--r--media-libs/mesa/mesa-7.5.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/mesa/ChangeLog b/media-libs/mesa/ChangeLog
index ac7c530142d8..11ab728b7a20 100644
--- a/media-libs/mesa/ChangeLog
+++ b/media-libs/mesa/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/mesa
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.219 2009/07/21 08:42:42 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.220 2009/07/21 09:42:43 remi Exp $
+
+ 21 Jul 2009; Rémi Cardona <remi@gentoo.org> mesa-7.5.ebuild:
+ it's not an ebuild's job to add -g to CFLAGS (backport from the x11
+ overlay)
*mesa-7.5 (21 Jul 2009)
diff --git a/media-libs/mesa/mesa-7.5.ebuild b/media-libs/mesa/mesa-7.5.ebuild
index b00a3449b8cc..90da6bd6c7a4 100644
--- a/media-libs/mesa/mesa-7.5.ebuild
+++ b/media-libs/mesa/mesa-7.5.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-libs/mesa/mesa-7.5.ebuild,v 1.1 2009/07/21 08:42:42 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-7.5.ebuild,v 1.2 2009/07/21 09:42:43 remi Exp $
EAPI="2"
@@ -94,10 +94,6 @@ S="${WORKDIR}/${MY_P}"
# Think about: ggi, svga, fbcon, no-X configs
pkg_setup() {
- if use debug; then
- append-flags -g
- fi
-
# gcc 4.2 has buggy ivopts
if [[ $(gcc-version) = "4.2" ]]; then
append-flags -fno-ivopts