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 18B9513827E for ; Sun, 8 Dec 2013 09:26:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2D5CE0888; Sun, 8 Dec 2013 09:26:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E410E0888 for ; Sun, 8 Dec 2013 09:26:15 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4312A33E788 for ; Sun, 8 Dec 2013 09:26:14 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 097942004B; Sun, 8 Dec 2013 09:26:12 +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 dev-lang/python: python-3.3.2-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: python-3.3.2-r2.ebuild ChangeLog X-VCS-Directories: dev-lang/python X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131208092613.097942004B@flycatcher.gentoo.org> Date: Sun, 8 Dec 2013 09:26:12 +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: 3e51a436-bb89-4908-80c0-e63d468ac2b4 X-Archives-Hash: bd3f5244fab994dab3a3c37b071672df pacho 13/12/08 09:26:12 Modified: python-3.3.2-r2.ebuild ChangeLog Log: x86 stable, bug #474128 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.11 dev-lang/python/python-3.3.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild?r1=1.10&r2=1.11 Index: python-3.3.2-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-3.3.2-r2.ebuild 30 Nov 2013 16:03:40 -0000 1.10 +++ python-3.3.2-r2.ebuild 8 Dec 2013 09:26:12 -0000 1.11 @@ -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/dev-lang/python/python-3.3.2-r2.ebuild,v 1.10 2013/11/30 16:03:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.3.2-r2.ebuild,v 1.11 2013/12/08 09:26:12 pacho Exp $ EAPI="3" WANT_AUTOMAKE="none" @@ -18,7 +18,7 @@ LICENSE="PSF-2" SLOT="3.3" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" IUSE="build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline sqlite +ssl +threads tk wininst +xml" # Do not add a dependency on dev-lang/python to this ebuild. 1.719 dev-lang/python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.719&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.719&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.718&r2=1.719 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v retrieving revision 1.718 retrieving revision 1.719 diff -u -r1.718 -r1.719 --- ChangeLog 7 Dec 2013 10:48:58 -0000 1.718 +++ ChangeLog 8 Dec 2013 09:26:12 -0000 1.719 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/python # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.718 2013/12/07 10:48:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.719 2013/12/08 09:26:12 pacho Exp $ + + 08 Dec 2013; Pacho Ramos python-3.3.2-r2.ebuild: + x86 stable, bug #474128 07 Dec 2013; Mike Frysinger python-2.7.6.ebuild, python-3.3.3.ebuild: