summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2007-03-23 14:51:45 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2007-03-23 14:51:45 +0000
commit8cf95323d91249772847afe8552f4daea9cffeab (patch)
tree3c1deaa8d80fe13bd40742600285ac526bbf3989 /media-sound/mumble
parentadd vidix use flag for mplayer (diff)
downloadgentoo-2-8cf95323d91249772847afe8552f4daea9cffeab.tar.gz
gentoo-2-8cf95323d91249772847afe8552f4daea9cffeab.tar.bz2
gentoo-2-8cf95323d91249772847afe8552f4daea9cffeab.zip
Oops, I forgot -o to built_with_use (thanks to jabub for reporting)
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-sound/mumble')
-rw-r--r--media-sound/mumble/ChangeLog5
-rw-r--r--media-sound/mumble/mumble-0.9.4.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-sound/mumble/ChangeLog b/media-sound/mumble/ChangeLog
index 9168c1f569f0..c6a672cd7c61 100644
--- a/media-sound/mumble/ChangeLog
+++ b/media-sound/mumble/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/mumble
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.4 2007/02/28 09:25:23 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/ChangeLog,v 1.5 2007/03/23 14:51:45 drizzt Exp $
+
+ 23 Mar 2007; Timothy Redaelli <drizzt@gentoo.org> mumble-0.9.4.ebuild:
+ Oops, I forgot -o to built_with_use (thanks to jabub for reporting)
28 Feb 2007; Timothy Redaelli <drizzt@gentoo.org> mumble-0.9.4.ebuild:
Add use pch (as suggested by X on comment 2 of bug #167428).
diff --git a/media-sound/mumble/mumble-0.9.4.ebuild b/media-sound/mumble/mumble-0.9.4.ebuild
index 858be32c539d..3943eb427e38 100644
--- a/media-sound/mumble/mumble-0.9.4.ebuild
+++ b/media-sound/mumble/mumble-0.9.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-0.9.4.ebuild,v 1.4 2007/02/28 09:25:23 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/mumble/mumble-0.9.4.ebuild,v 1.5 2007/03/23 14:51:45 drizzt Exp $
inherit eutils toolchain-funcs
@@ -22,7 +22,7 @@ DEPEND="dev-libs/boost
RDEPEND="${DEPEND}"
pkg_setup() {
- if ! built_with_use =x11-libs/qt-4* sqlite sqlite3; then
+ if ! built_with_use -o =x11-libs/qt-4* sqlite sqlite3; then
echo
ewarn "You need to build Qt4 with the sqlite and/or sqlite3 use flag"
echo