Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/i2c-tools/
Date: Wed, 05 Dec 2018 09:17:30
Message-Id: 1544001427.69eb04ef62fd750ee7269a06ccf12600bb32e74f.zlogene@gentoo
1 commit: 69eb04ef62fd750ee7269a06ccf12600bb32e74f
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 5 09:17:07 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 5 09:17:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69eb04ef
7
8 sys-apps/i2c-tools: mark stable
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-apps/i2c-tools/i2c-tools-4.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-apps/i2c-tools/i2c-tools-4.0.ebuild b/sys-apps/i2c-tools/i2c-tools-4.0.ebuild
17 index 3cd2a7f5508..d9fc31d5b82 100644
18 --- a/sys-apps/i2c-tools/i2c-tools-4.0.ebuild
19 +++ b/sys-apps/i2c-tools/i2c-tools-4.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ SRC_URI="${HOMEPAGE}/${P}.tar.xz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86"
31 +KEYWORDS="amd64 arm ~arm64 ~mips ~ppc ~ppc64 ~sparc x86"
32 IUSE="python"
33 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"