diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-30 18:18:59 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-30 18:18:59 +0000 |
commit | 2f68f9c88fae7bee207cd386ed462380ae55c69f (patch) | |
tree | ff59a5487ed28481f594bd69f53dab705529b09f /media-sound | |
parent | Version bump, drop old. (diff) | |
download | gentoo-2-2f68f9c88fae7bee207cd386ed462380ae55c69f.tar.gz gentoo-2-2f68f9c88fae7bee207cd386ed462380ae55c69f.tar.bz2 gentoo-2-2f68f9c88fae7bee207cd386ed462380ae55c69f.zip |
mako doesn't need beaker and, then, python-3.3 support can be added (also default to it in preparation of python-3.3 stabilization (#474128) that is needed for other gnome related packages
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/rhythmbox/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/rhythmbox/rhythmbox-3.0.1.ebuild | 9 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-sound/rhythmbox/ChangeLog b/media-sound/rhythmbox/ChangeLog index fddfc9e5ed45..8d4e88257176 100644 --- a/media-sound/rhythmbox/ChangeLog +++ b/media-sound/rhythmbox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/rhythmbox # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.249 2013/10/19 13:57:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.250 2013/10/30 18:18:59 pacho Exp $ + + 30 Oct 2013; Pacho Ramos <pacho@gentoo.org> rhythmbox-3.0.1.ebuild: + mako doesn't need beaker and, then, python-3.3 support can be added (also + default to it in preparation of python-3.3 stabilization (#474128) that is + needed for other gnome related packages 19 Oct 2013; Pacho Ramos <pacho@gentoo.org> -files/rhythmbox-3.0-daap-schema.patch, diff --git a/media-sound/rhythmbox/rhythmbox-3.0.1.ebuild b/media-sound/rhythmbox/rhythmbox-3.0.1.ebuild index 9a4ded6ab8a4..162cf10eca5a 100644 --- a/media-sound/rhythmbox/rhythmbox-3.0.1.ebuild +++ b/media-sound/rhythmbox/rhythmbox-3.0.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.0.1.ebuild,v 1.2 2013/10/19 13:57:13 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.0.1.ebuild,v 1.3 2013/10/30 18:18:59 pacho Exp $ EAPI="5" GNOME2_LA_PUNT="yes" GCONF_DEBUG="no" -PYTHON_COMPAT=( python3_2 ) # Not compatible with 3.3 due beaker not being ported yet, bug #487832 +PYTHON_COMPAT=( python3_{2,3} ) PYTHON_REQ_USE="xml" inherit eutils gnome2 python-single-r1 multilib virtualx @@ -18,9 +18,8 @@ SLOT="0" IUSE="cdr daap dbus +libsecret html ipod libnotify lirc mtp nsplugin +python test +udev upnp-av visualizer webkit zeitgeist" -# Let people emerge this by default, bug #472932, reconsider when it starts -# to support another implementation -IUSE+=" +python_single_target_python3_2" +# Let people emerge this by default, bug #472932 +IUSE+=" python_single_target_python3_2 +python_single_target_python3_3" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" |