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 07BB41389E2 for ; Fri, 28 Nov 2014 13:27:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 919E6E0856; Fri, 28 Nov 2014 13:27:09 +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 3666EE0856 for ; Fri, 28 Nov 2014 13:27:09 +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 3054F3404B1 for ; Fri, 28 Nov 2014 13:27:08 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2262) id D9E78B168; Fri, 28 Nov 2014 13:27:06 +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 net-dns/bind: bind-9.10.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: bind-9.10.1.ebuild ChangeLog X-VCS-Directories: net-dns/bind X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141128132706.D9E78B168@oystercatcher.gentoo.org> Date: Fri, 28 Nov 2014 13:27:06 +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: cff031ca-b555-4c00-ae39-066d538bd94d X-Archives-Hash: 38b1069aa24741d1b5bd57dc8a3b0f8c pacho 14/11/28 13:27:06 Modified: bind-9.10.1.ebuild ChangeLog Log: Support python 3.4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.6 net-dns/bind/bind-9.10.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild?r1=1.5&r2=1.6 Index: bind-9.10.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- bind-9.10.1.ebuild 3 Nov 2014 13:31:41 -0000 1.5 +++ bind-9.10.1.ebuild 28 Nov 2014 13:27:06 -0000 1.6 @@ -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/net-dns/bind/bind-9.10.1.ebuild,v 1.5 2014/11/03 13:31:41 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild,v 1.6 2014/11/28 13:27:06 pacho Exp $ # Re dlz/mysql and threads, needs to be verified.. # MySQL uses thread local storage in its C api. Thus MySQL @@ -13,7 +13,7 @@ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_2 python3_3 ) +PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 ) inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib db-use user systemd 1.512 net-dns/bind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.512&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.512&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.511&r2=1.512 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v retrieving revision 1.511 retrieving revision 1.512 diff -u -r1.511 -r1.512 --- ChangeLog 3 Nov 2014 13:31:41 -0000 1.511 +++ ChangeLog 28 Nov 2014 13:27:06 -0000 1.512 @@ -1,6 +1,9 @@ # ChangeLog for net-dns/bind # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.511 2014/11/03 13:31:41 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.512 2014/11/28 13:27:06 pacho Exp $ + + 28 Nov 2014; Pacho Ramos bind-9.10.1.ebuild: + Support python 3.4 03 Nov 2014; Aaron W. Swenson bind-9.9.5-r3.ebuild, bind-9.9.5_p1.ebuild, bind-9.10.0_p2.ebuild, bind-9.10.1.ebuild: