Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-virtualenv/
Date: Mon, 01 Jun 2020 20:51:50
Message-Id: 1591044671.5a4fd7a328904ac8281fe2df0e902c5818897000.slyfox@gentoo
1 commit: 5a4fd7a328904ac8281fe2df0e902c5818897000
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 1 20:42:19 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 20:51:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a4fd7a3
7
8 dev-python/pytest-virtualenv: stable 1.7.0 for ppc
9
10 stable wrt bug #726586
11
12 Package-Manager: Portage-2.3.100, Repoman-2.3.22
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
20 index 91d4ada65c4..0a6a855ae23 100644
21 --- a/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
22 +++ b/dev-python/pytest-virtualenv/pytest-virtualenv-1.7.0.ebuild
23 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
24
25 LICENSE="MIT"
26 SLOT="0"
27 -KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
28 +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sparc ~x86"
29
30 RDEPEND="
31 dev-python/pytest-fixture-config[${PYTHON_USEDEP}]