Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-pasta/
Date: Mon, 31 May 2021 20:31:21
Message-Id: 1622492829.b694fd7de52b9c02a31ac43052b7ee1c07525dc2.mgorny@gentoo
1 commit: b694fd7de52b9c02a31ac43052b7ee1c07525dc2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 20:24:52 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 20:27:09 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b694fd7d
7
8 dev-python/google-pasta: Drop to ~arch
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/google-pasta/google-pasta-0.1.1.ebuild | 2 +-
13 dev-python/google-pasta/google-pasta-0.2.0.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/google-pasta/google-pasta-0.1.1.ebuild b/dev-python/google-pasta/google-pasta-0.1.1.ebuild
17 index 9f3aabe2a4e..bd3922aa8a4 100644
18 --- a/dev-python/google-pasta/google-pasta-0.1.1.ebuild
19 +++ b/dev-python/google-pasta/google-pasta-0.1.1.ebuild
20 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="amd64 x86"
25 +KEYWORDS="~amd64 ~x86"
26 IUSE=""
27
28 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
29
30 diff --git a/dev-python/google-pasta/google-pasta-0.2.0.ebuild b/dev-python/google-pasta/google-pasta-0.2.0.ebuild
31 index cc64715df19..821881b20bd 100644
32 --- a/dev-python/google-pasta/google-pasta-0.2.0.ebuild
33 +++ b/dev-python/google-pasta/google-pasta-0.2.0.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2020 Gentoo Authors
36 +# Copyright 1999-2021 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41
42 LICENSE="BSD"
43 SLOT="0"
44 -KEYWORDS="~amd64 x86"
45 +KEYWORDS="~amd64 ~x86"
46 IUSE=""
47
48 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"