summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-01-26 23:11:32 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-01-26 23:11:32 +0000
commit857d4cfe44fa76897abac2ba4859f8ba4421319e (patch)
treea3cdf91d76eb866ad64d48a49c76643db3b66c14 /media-sound/qmbtagger
parentremove old versions (diff)
downloadgentoo-2-857d4cfe44fa76897abac2ba4859f8ba4421319e.tar.gz
gentoo-2-857d4cfe44fa76897abac2ba4859f8ba4421319e.tar.bz2
gentoo-2-857d4cfe44fa76897abac2ba4859f8ba4421319e.zip
ogg is not optional and needs libogg and libvorbis, not vorbis-tools, bug #205608
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound/qmbtagger')
-rw-r--r--media-sound/qmbtagger/ChangeLog6
-rw-r--r--media-sound/qmbtagger/qmbtagger-0.07.ebuild7
2 files changed, 9 insertions, 4 deletions
diff --git a/media-sound/qmbtagger/ChangeLog b/media-sound/qmbtagger/ChangeLog
index 1c83e7213b8b..4d47da188ac1 100644
--- a/media-sound/qmbtagger/ChangeLog
+++ b/media-sound/qmbtagger/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/qmbtagger
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmbtagger/ChangeLog,v 1.20 2008/01/01 22:26:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmbtagger/ChangeLog,v 1.21 2008/01/26 23:11:32 aballier Exp $
+
+ 26 Jan 2008; Alexis Ballier <aballier@gentoo.org> qmbtagger-0.07.ebuild:
+ ogg is not optional and needs libogg and libvorbis, not vorbis-tools, bug
+ #205608
01 Jan 2008; Alexis Ballier <aballier@gentoo.org> qmbtagger-0.07.ebuild:
stick musicbrainz deps to -2*, bug #203784
diff --git a/media-sound/qmbtagger/qmbtagger-0.07.ebuild b/media-sound/qmbtagger/qmbtagger-0.07.ebuild
index a6b996dedb36..f4a491883ce9 100644
--- a/media-sound/qmbtagger/qmbtagger-0.07.ebuild
+++ b/media-sound/qmbtagger/qmbtagger-0.07.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/qmbtagger/qmbtagger-0.07.ebuild,v 1.13 2008/01/01 22:26:07 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/qmbtagger/qmbtagger-0.07.ebuild,v 1.14 2008/01/26 23:11:32 aballier Exp $
inherit eutils kde-functions
@@ -12,14 +12,15 @@ SRC_URI="mirror://sourceforge/qmbtagger/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
-IUSE="ogg debug"
+IUSE="debug"
RDEPEND="=x11-libs/qt-3*
media-libs/flac
media-libs/id3lib
=media-libs/musicbrainz-2*
media-libs/libmad
- ogg? ( media-sound/vorbis-tools )"
+ media-libs/libogg
+ media-libs/libvorbis"
DEPEND="${RDEPEND}
=sys-devel/automake-1.9*