summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-07-28 20:55:22 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-07-28 20:55:22 +0000
commit13ff2811c0424bd5f1d388062b11b2d5d8670f06 (patch)
treed72a9f51f865275434a348b66c907ee8284772df /media-sound
parentAdded patch from yate cvs to fix compiling with >=gcc-3.4 (diff)
downloadgentoo-2-13ff2811c0424bd5f1d388062b11b2d5d8670f06.tar.gz
gentoo-2-13ff2811c0424bd5f1d388062b11b2d5d8670f06.tar.bz2
gentoo-2-13ff2811c0424bd5f1d388062b11b2d5d8670f06.zip
made qt dep qt3 explicit per bug #100235
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/ermixer/ChangeLog7
-rw-r--r--media-sound/ermixer/ermixer-0.8.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/media-sound/ermixer/ChangeLog b/media-sound/ermixer/ChangeLog
index 5617311514bc..ff6cdf13061a 100644
--- a/media-sound/ermixer/ChangeLog
+++ b/media-sound/ermixer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/ermixer
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ermixer/ChangeLog,v 1.21 2004/12/16 09:10:00 corsair Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ermixer/ChangeLog,v 1.22 2005/07/28 20:55:22 caleb Exp $
+
+ 28 Jul 2005; Caleb Tennis <caleb@gentoo.org> ermixer-0.8.ebuild:
+ made qt dep qt3 explicit per bug #100235
16 Dec 2004; Markus Rothe <corsair@gentoo.org> ermixer-0.8.ebuild:
Stable on ppc64
diff --git a/media-sound/ermixer/ermixer-0.8.ebuild b/media-sound/ermixer/ermixer-0.8.ebuild
index b3c8b5e14fb9..eadc3e852d22 100644
--- a/media-sound/ermixer/ermixer-0.8.ebuild
+++ b/media-sound/ermixer/ermixer-0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/ermixer/ermixer-0.8.ebuild,v 1.17 2004/12/16 09:10:00 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/ermixer/ermixer-0.8.ebuild,v 1.18 2005/07/28 20:55:22 caleb Exp $
IUSE="qt"
@@ -9,7 +9,7 @@ HOMEPAGE="http://ermixer.sourceforge.net"
LICENSE="GPL-2"
DEPEND=">=sys-libs/ncurses-5.2
- qt? ( x11-libs/qt )"
+ qt? ( =x11-libs/qt-3* )"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha ~amd64 ppc64"