Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/i2c-tools/
Date: Tue, 01 Jun 2021 15:29:18
Message-Id: 1622561309.a5b11f3c4d74fb4f45847f45a525e13958e3b9ab.sam@gentoo
1 commit: a5b11f3c4d74fb4f45847f45a525e13958e3b9ab
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 1 15:28:29 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 1 15:28:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b11f3c
7
8 sys-apps/i2c-tools: Stabilize 4.2 arm, #758011
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/i2c-tools/i2c-tools-4.2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
16 index 9ff18f3fae1..4f3e40bd374 100644
17 --- a/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
18 +++ b/sys-apps/i2c-tools/i2c-tools-4.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ SRC_URI="https://www.kernel.org/pub/software/utils/${PN}/${P}.tar.xz"
26
27 LICENSE="GPL-2"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
30 +KEYWORDS="~amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
31 IUSE="perl python"
32 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"