From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B8D9138334 for ; Sat, 18 Aug 2018 17:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F130EE07ED; Sat, 18 Aug 2018 17:26:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CABB2E07ED for ; Sat, 18 Aug 2018 17:26:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 854B5340C02 for ; Sat, 18 Aug 2018 17:26:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B82ED3A0 for ; Sat, 18 Aug 2018 17:26:13 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1534613159.f4e86ad0992cbcf0858930a24033d836031bd45d.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-relaxed/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild X-VCS-Directories: dev-python/pytest-relaxed/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: f4e86ad0992cbcf0858930a24033d836031bd45d X-VCS-Branch: master Date: Sat, 18 Aug 2018 17:26:13 +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: 94fd55dd-450e-4f84-b964-1c8ef0630196 X-Archives-Hash: 106c4b67c6ce710aa29fd221cbec9642 commit: f4e86ad0992cbcf0858930a24033d836031bd45d Author: Virgil Dupras gentoo org> AuthorDate: Sat Aug 18 17:25:59 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Sat Aug 18 17:25:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4e86ad0 dev-python/pytest-relaxed: mark amd64 stable Bug: https://bugs.gentoo.org/663988 Package-Manager: Portage-2.3.47, Repoman-2.3.10 dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild index 79e4eb96842..2f735703528 100644 --- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild +++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="BSD-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" IUSE="test" RDEPEND="