From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E77591389E2 for ; Mon, 24 Nov 2014 10:43:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A949FE0ABF; Mon, 24 Nov 2014 10:43:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41E8BE0ABF for ; Mon, 24 Nov 2014 10:43:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28D24340418 for ; Mon, 24 Nov 2014 10:43:34 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2262) id CBD9BACE8; Mon, 24 Nov 2014 10:43:32 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-sound/rhythmbox: rhythmbox-3.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: rhythmbox-3.1.ebuild ChangeLog X-VCS-Directories: media-sound/rhythmbox X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141124104332.CBD9BACE8@oystercatcher.gentoo.org> Date: Mon, 24 Nov 2014 10:43:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4baf9a70-9ed3-4085-9027-f8760f82e15b X-Archives-Hash: 6bfa9fd57df3c8f00195b07324953104 pacho 14/11/24 10:43:32 Modified: rhythmbox-3.1.ebuild ChangeLog Log: python-3.3 is the default again (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.4 media-sound/rhythmbox/rhythmbox-3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.1.ebuild?r1=1.3&r2=1.4 Index: rhythmbox-3.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rhythmbox-3.1.ebuild 24 Nov 2014 10:12:46 -0000 1.3 +++ rhythmbox-3.1.ebuild 24 Nov 2014 10:43:32 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.1.ebuild,v 1.3 2014/11/24 10:12:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-3.1.ebuild,v 1.4 2014/11/24 10:43:32 pacho Exp $ EAPI="5" GNOME2_LA_PUNT="yes" @@ -19,7 +19,7 @@ test +udev upnp-av visualizer webkit zeitgeist" # Let people emerge this by default, bug #472932 -IUSE+=" +python_single_target_python3_4" +IUSE+=" +python_single_target_python3_3" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" 1.265 media-sound/rhythmbox/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.265&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?rev=1.265&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/rhythmbox/ChangeLog?r1=1.264&r2=1.265 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v retrieving revision 1.264 retrieving revision 1.265 diff -u -r1.264 -r1.265 --- ChangeLog 24 Nov 2014 10:12:46 -0000 1.264 +++ ChangeLog 24 Nov 2014 10:43:32 -0000 1.265 @@ -1,6 +1,9 @@ # ChangeLog for media-sound/rhythmbox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.264 2014/11/24 10:12:46 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/ChangeLog,v 1.265 2014/11/24 10:43:32 pacho Exp $ + + 24 Nov 2014; Pacho Ramos rhythmbox-3.1.ebuild: + python-3.3 is the default again 24 Nov 2014; Pacho Ramos rhythmbox-3.1.ebuild: Support python 3.4