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 538641381F3 for ; Thu, 6 Dec 2012 19:12:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B26E21C038; Thu, 6 Dec 2012 19:12:03 +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 85CCE21C038 for ; Thu, 6 Dec 2012 19:12:02 +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 8FEAA33D880 for ; Thu, 6 Dec 2012 19:12:01 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 5A05F2171D; Thu, 6 Dec 2012 19:11:59 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/DBD-Pg: DBD-Pg-2.19.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: DBD-Pg-2.19.3.ebuild ChangeLog X-VCS-Directories: dev-perl/DBD-Pg X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121206191159.5A05F2171D@flycatcher.gentoo.org> Date: Thu, 6 Dec 2012 19:11:59 +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: f8f65ad9-d25c-4fdc-8bd0-8ae8236a9d34 X-Archives-Hash: f45c9632062e8898af1434918dd01c1b ago 12/12/06 19:11:59 Modified: DBD-Pg-2.19.3.ebuild ChangeLog Log: Stable for ppc64, wrt bug #441218 (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit) Revision Changes Path 1.6 dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild?r1=1.5&r2=1.6 Index: DBD-Pg-2.19.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- DBD-Pg-2.19.3.ebuild 6 Dec 2012 18:39:29 -0000 1.5 +++ DBD-Pg-2.19.3.ebuild 6 Dec 2012 19:11:59 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.5 2012/12/06 18:39:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/DBD-Pg-2.19.3.ebuild,v 1.6 2012/12/06 19:11:59 ago Exp $ EAPI=4 @@ -11,7 +11,7 @@ DESCRIPTION="The Perl DBD::Pg Module" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="" RDEPEND="virtual/perl-version 1.128 dev-perl/DBD-Pg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.128&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?rev=1.128&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/DBD-Pg/ChangeLog?r1=1.127&r2=1.128 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- ChangeLog 6 Dec 2012 18:39:29 -0000 1.127 +++ ChangeLog 6 Dec 2012 19:11:59 -0000 1.128 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/DBD-Pg # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.127 2012/12/06 18:39:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBD-Pg/ChangeLog,v 1.128 2012/12/06 19:11:59 ago Exp $ + + 06 Dec 2012; Agostino Sarubbo DBD-Pg-2.19.3.ebuild: + Stable for ppc64, wrt bug #441218 06 Dec 2012; Agostino Sarubbo DBD-Pg-2.19.3.ebuild: Stable for ppc, wrt bug #441218