Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-debian/
Date: Mon, 08 Feb 2021 23:29:21
Message-Id: 1612826934.60117941e5f041bc9645cbdba08f589c1f12abbc.chewi@gentoo
1 commit: 60117941e5f041bc9645cbdba08f589c1f12abbc
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 23:28:54 2021 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 23:28:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60117941
7
8 dev-python/python-debian: Add ~arm keyword
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
12
13 dev-python/python-debian/python-debian-0.1.37.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/python-debian/python-debian-0.1.37.ebuild b/dev-python/python-debian/python-debian-0.1.37.ebuild
17 index 59f194993b5..642c875a9f8 100644
18 --- a/dev-python/python-debian/python-debian-0.1.37.ebuild
19 +++ b/dev-python/python-debian/python-debian-0.1.37.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/${P:0:1}/${PN}/${PN}_${PV}.tar.xz"
27
28 LICENSE="GPL-2 GPL-3"
29 SLOT="0"
30 -KEYWORDS="amd64 x86"
31 +KEYWORDS="amd64 ~arm x86"
32 IUSE="test"
33 RESTRICT="!test? ( test )"