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 77F1A138BED for ; Wed, 14 Oct 2015 13:40:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01B48E07ED; Wed, 14 Oct 2015 13:40:25 +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 58CD9E07A3 for ; Wed, 14 Oct 2015 13:40:24 +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 1AAE7340942 for ; Wed, 14 Oct 2015 13:40:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C09F10C8 for ; Wed, 14 Oct 2015 13:40:20 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1444820656.2992a4a7d041c7686396cc5109659d50830f1f0b.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest/pytest-2.7.2.ebuild dev-python/pytest/pytest-2.8.2.ebuild X-VCS-Directories: dev-python/pytest/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2992a4a7d041c7686396cc5109659d50830f1f0b X-VCS-Branch: master Date: Wed, 14 Oct 2015 13:40:20 +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: 8089291d-3998-4d9d-995e-cf3aec9a6cbb X-Archives-Hash: 476ed03f078e7eb25dcf674613cc73dc commit: 2992a4a7d041c7686396cc5109659d50830f1f0b Author: Justin Lecher gentoo org> AuthorDate: Wed Oct 14 11:04:16 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Oct 14 11:04:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2992a4a7 dev-python/pytest: Rekeyword according to old KEYWORDS Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/pytest/pytest-2.7.2.ebuild | 2 +- dev-python/pytest/pytest-2.8.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest/pytest-2.7.2.ebuild b/dev-python/pytest/pytest-2.7.2.ebuild index 93b949b..d88c06f 100644 --- a/dev-python/pytest/pytest-2.7.2.ebuild +++ b/dev-python/pytest/pytest-2.7.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) inherit distutils-r1 -DESCRIPTION="simple powerful testing with Python" +DESCRIPTION="Simple powerful testing with Python" HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/dev-python/pytest/pytest-2.8.2.ebuild b/dev-python/pytest/pytest-2.8.2.ebuild index 0b5e189..7a1d5ac 100644 --- a/dev-python/pytest/pytest-2.8.2.ebuild +++ b/dev-python/pytest/pytest-2.8.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="doc test" # When bumping, please check setup.py for the proper py version