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 0BFB2138825 for ; Sun, 9 Nov 2014 10:37:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6090BE08EB; Sun, 9 Nov 2014 10:37:55 +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 6D5ADE08BE for ; Sun, 9 Nov 2014 10:37:54 +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 5A40B3404FD for ; Sun, 9 Nov 2014 10:37:53 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2342) id 106DC9C24; Sun, 9 Nov 2014 10:37:52 +0000 (UTC) From: "Mikle Kolyada (zlogene)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zlogene@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-Config: ExtUtils-Config-0.7.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: ExtUtils-Config-0.7.0.ebuild ChangeLog X-VCS-Directories: dev-perl/ExtUtils-Config X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141109103752.106DC9C24@oystercatcher.gentoo.org> Date: Sun, 9 Nov 2014 10:37:52 +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: 2cf87b83-bd42-4140-b848-0db6de956a22 X-Archives-Hash: 3440aaae016429911a9c5efb5abb556e zlogene 14/11/09 10:37:52 Modified: ExtUtils-Config-0.7.0.ebuild ChangeLog Log: Add ~ppc keyword wrt bug #518644 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision Changes Path 1.2 dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild?r1=1.1&r2=1.2 Index: ExtUtils-Config-0.7.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ExtUtils-Config-0.7.0.ebuild 31 Jul 2014 11:16:14 -0000 1.1 +++ ExtUtils-Config-0.7.0.ebuild 9 Nov 2014 10:37:52 -0000 1.2 @@ -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/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v 1.1 2014/07/31 11:16:14 civil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ExtUtils-Config-0.7.0.ebuild,v 1.2 2014/11/09 10:37:52 zlogene Exp $ EAPI=5 MODULE_AUTHOR=LEONT MODULE_VERSION=0.007 @@ -9,7 +9,7 @@ DESCRIPTION='A wrapper for perl'\''s configuration' LICENSE=" || ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="test" DEPEND=" 1.2 dev-perl/ExtUtils-Config/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 31 Jul 2014 11:16:14 -0000 1.1 +++ ChangeLog 9 Nov 2014 10:37:52 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/ExtUtils-Config # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v 1.1 2014/07/31 11:16:14 civil Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-Config/ChangeLog,v 1.2 2014/11/09 10:37:52 zlogene Exp $ + + 09 Nov 2014; Mikle Kolyada ExtUtils-Config-0.7.0.ebuild: + Add ~ppc keyword wrt bug #518644 *ExtUtils-Config-0.7.0 (31 Jul 2014)