Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv-clone/
Date: Mon, 30 Aug 2021 01:23:52
Message-Id: 1630286602.a443f0c256526bb24fcb579896ce2664bf419b8a.sam@gentoo
1 commit: a443f0c256526bb24fcb579896ce2664bf419b8a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 30 01:20:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 30 01:23:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a443f0c2
7
8 dev-python/virtualenv-clone: Stabilize 0.5.6 ALLARCHES, #811039
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/virtualenv-clone/virtualenv-clone-0.5.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.5.6.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.5.6.ebuild
16 index ffb83dc6e39..d26b5495179 100644
17 --- a/dev-python/virtualenv-clone/virtualenv-clone-0.5.6.ebuild
18 +++ b/dev-python/virtualenv-clone/virtualenv-clone-0.5.6.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="
20
21 LICENSE="MIT"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="amd64 x86"
25
26 BDEPEND="
27 test? ( dev-python/virtualenv[${PYTHON_USEDEP}] )"