summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-06-25 17:06:50 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-06-25 17:06:50 +0000
commitb91e4ee22737590b1ded7a23bfa3decf5a33f061 (patch)
tree73a449cd65929d869d3ef58a8cffd50c5d91b6d7 /media-libs/libvpx
parentdo not build examples that will not be installed, bug #336426 (diff)
downloadgentoo-2-b91e4ee22737590b1ded7a23bfa3decf5a33f061.tar.gz
gentoo-2-b91e4ee22737590b1ded7a23bfa3decf5a33f061.tar.bz2
gentoo-2-b91e4ee22737590b1ded7a23bfa3decf5a33f061.zip
drop debug useflag that only adds -g and doesnt
(Portage version: 2.2.0_alpha185/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r--media-libs/libvpx/ChangeLog5
-rw-r--r--media-libs/libvpx/libvpx-9999.ebuild6
2 files changed, 6 insertions, 5 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog
index b3de6e01658b..449e31fdd539 100644
--- a/media-libs/libvpx/ChangeLog
+++ b/media-libs/libvpx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libvpx
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.84 2013/06/25 17:02:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.85 2013/06/25 17:06:50 aballier Exp $
+
+ 25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
+ drop debug useflag that only adds -g and doesnt build. bug #378557
25 Jun 2013; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild:
do not build examples that will not be installed, bug #336426
diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild
index 827de980a8af..a67ed83bfa87 100644
--- a/media-libs/libvpx/libvpx-9999.ebuild
+++ b/media-libs/libvpx/libvpx-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.35 2013/06/25 17:02:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.36 2013/06/25 17:06:50 aballier Exp $
EAPI=4
inherit multilib toolchain-funcs flag-o-matic multilib-minimal
@@ -23,7 +23,7 @@ HOMEPAGE="http://www.webmproject.org"
LICENSE="BSD"
SLOT="0"
-IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 sse4_1 static-libs +threads"
+IUSE="altivec doc mmx postproc sse sse2 sse3 ssse3 sse4_1 static-libs +threads"
RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224 )"
DEPEND="abi_x86_32? ( dev-lang/yasm )
@@ -84,8 +84,6 @@ multilib_src_configure() {
--enable-shared \
--extra-cflags="${CFLAGS}" \
$(use_enable altivec) \
- $(use_enable debug debug-libs) \
- $(use_enable debug) \
$(use_enable mmx) \
$(use_enable postproc) \
$(use_enable sse) \