From 51202e471e5fffeb58bc2beb771aefb40905a4e1 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 1 Jul 2018 17:11:49 +0200 Subject: [PATCH] dev-python/pytest-rerunfailures: amd64 stable, bug #659050 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- .../pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild b/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild index 836ea380e2a8f..d75a7270341e4 100644 --- a/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild +++ b/dev-python/pytest-rerunfailures/pytest-rerunfailures-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MPL-2.0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-python/pytest"