summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Pielmeier <billie@gentoo.org>2013-03-22 18:36:45 +0000
committerDaniel Pielmeier <billie@gentoo.org>2013-03-22 18:36:45 +0000
commit2c438f580db1af53788c4c562ce88df37bdde00d (patch)
tree2233b30a7b7a94ef926e65357c5ad2cd7bdc37af /media-sound
parentStable for HPPA (bug #458436). (diff)
downloadgentoo-2-2c438f580db1af53788c4c562ce88df37bdde00d.tar.gz
gentoo-2-2c438f580db1af53788c4c562ce88df37bdde00d.tar.bz2
gentoo-2-2c438f580db1af53788c4c562ce88df37bdde00d.zip
PyQt4 needs to be built with the svg USE flag. This fixes bug #462428. Thanks to Jess Haas for the report.
(Portage version: 2.1.11.55/cvs/Linux i686, signed Manifest commit with key 215AD14D)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/puddletag/ChangeLog6
-rw-r--r--media-sound/puddletag/puddletag-1.0.1-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-sound/puddletag/ChangeLog b/media-sound/puddletag/ChangeLog
index 7c9887d9bfd8..cfbd17764f0c 100644
--- a/media-sound/puddletag/ChangeLog
+++ b/media-sound/puddletag/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/puddletag
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.27 2013/02/24 10:56:05 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/ChangeLog,v 1.28 2013/03/22 18:36:45 billie Exp $
+
+ 22 Mar 2013; Daniel Pielmeier <billie@gentoo.org> puddletag-1.0.1-r1.ebuild:
+ PyQt4 needs to be built with the svg USE flag. This fixes bug #462428. Thanks
+ to Jess Haas for the report.
24 Feb 2013; Daniel Pielmeier <billie@gentoo.org> puddletag-1.0.1-r1.ebuild:
Use PYTHON_USEDEP for mutagen as it now uses distutils-r1.
diff --git a/media-sound/puddletag/puddletag-1.0.1-r1.ebuild b/media-sound/puddletag/puddletag-1.0.1-r1.ebuild
index fe36f2c495e2..3a4e502fa2ac 100644
--- a/media-sound/puddletag/puddletag-1.0.1-r1.ebuild
+++ b/media-sound/puddletag/puddletag-1.0.1-r1.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-sound/puddletag/puddletag-1.0.1-r1.ebuild,v 1.2 2013/02/24 10:56:05 billie Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/puddletag/puddletag-1.0.1-r1.ebuild,v 1.3 2013/03/22 18:36:45 billie Exp $
EAPI=5
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="acoustid cover musicbrainz quodlibet"
DEPEND=""
-RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP}]
+RDEPEND=">=dev-python/PyQt4-4.9.6-r2[${PYTHON_USEDEP},svg]
virtual/pyparsing[${PYTHON_USEDEP}]
>=media-libs/mutagen-1.21[${PYTHON_USEDEP}]
>=dev-python/configobj-4.7.2-r1[${PYTHON_USEDEP}]