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 E3CC61381F3 for ; Sun, 12 May 2013 18:20:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4713E0901; Sun, 12 May 2013 18:20:37 +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 36549E0901 for ; Sun, 12 May 2013 18:20:37 +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 3E0C633BF5F for ; Sun, 12 May 2013 18:20:36 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 559) id 08B032171D; Sun, 12 May 2013 18:20:34 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.5.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pytest-2.3.5.ebuild ChangeLog X-VCS-Directories: dev-python/pytest X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130512182035.08B032171D@flycatcher.gentoo.org> Date: Sun, 12 May 2013 18:20:34 +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: 4258e89d-75f7-420a-875a-7e275828e7a9 X-Archives-Hash: bb7c310f8d33138560bffd1d5aed9297 vapier 13/05/12 18:20:34 Modified: pytest-2.3.5.ebuild ChangeLog Log: Add missing ~s390 #469242. (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key FB7C4156) Revision Changes Path 1.2 dev-python/pytest/pytest-2.3.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild?r1=1.1&r2=1.2 Index: pytest-2.3.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pytest-2.3.5.ebuild 10 May 2013 03:31:17 -0000 1.1 +++ pytest-2.3.5.ebuild 12 May 2013 18:20:34 -0000 1.2 @@ -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-python/pytest/pytest-2.3.5.ebuild,v 1.1 2013/05/10 03:31:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.5.ebuild,v 1.2 2013/05/12 18:20:34 vapier Exp $ EAPI="5" @@ -13,7 +13,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc test" # When bumping, please check setup.py for the proper py version 1.64 dev-python/pytest/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.64&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.64&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.63&r2=1.64 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- ChangeLog 10 May 2013 03:31:17 -0000 1.63 +++ ChangeLog 12 May 2013 18:20:34 -0000 1.64 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pytest # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.63 2013/05/10 03:31:17 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.64 2013/05/12 18:20:34 vapier Exp $ + + 12 May 2013; Mike Frysinger pytest-2.3.5.ebuild: + Add missing ~s390 #469242. *pytest-2.3.5 (10 May 2013)