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 5BF00138334 for ; Sun, 7 Oct 2018 20:02:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54C02E08D1; Sun, 7 Oct 2018 20:02:49 +0000 (UTC) Received: from smtp.gentoo.org (unknown [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2D429E08D1 for ; Sun, 7 Oct 2018 20:02:48 +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 EBA8B335CE9 for ; Sun, 7 Oct 2018 20:02:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 207BA3F8 for ; Sun, 7 Oct 2018 20:02:25 +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: <1538942510.8bdb5b86e0c6f8e496145c4654f31caec9aeed8e.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: 8bdb5b86e0c6f8e496145c4654f31caec9aeed8e X-VCS-Branch: master Date: Sun, 7 Oct 2018 20:02:25 +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: 301c51fc-5d46-4133-b6a2-0a10863673b3 X-Archives-Hash: 3251bbb47c6ef85e68290719072d74bc commit: 8bdb5b86e0c6f8e496145c4654f31caec9aeed8e Author: Virgil Dupras gentoo org> AuthorDate: Sun Oct 7 20:01:50 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Sun Oct 7 20:01:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bdb5b86 dev-python/pytest-relaxed: re-stabilize 1.1.4 on alpha alpha was mistakenly de-stabilized as part of #647562 when it was already stabilized as part of #663988 Bug: https://bugs.gentoo.org/663988 Bug: https://bugs.gentoo.org/647562 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11 dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 683884b4f05..7bc9b75035b 100644 --- a/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild +++ b/dev-python/pytest-relaxed/pytest-relaxed-1.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,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 ~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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris" IUSE="test" RDEPEND="