Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/newt/
Date: Tue, 09 Oct 2018 09:40:22
Message-Id: 1539078002.89b5aa4e0832bb52ab8effc5515783ac8442f4ac.zlogene@gentoo
1 commit: 89b5aa4e0832bb52ab8effc5515783ac8442f4ac
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 09:40:02 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 09:40:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89b5aa4e
7
8 dev-libs/newt: arm stable wrt bug #661012
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-libs/newt/newt-0.52.20.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/newt/newt-0.52.20.ebuild b/dev-libs/newt/newt-0.52.20.ebuild
17 index 3e348b3697d..3f8f6f75f4b 100644
18 --- a/dev-libs/newt/newt-0.52.20.ebuild
19 +++ b/dev-libs/newt/newt-0.52.20.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 @@ -13,7 +13,7 @@ SRC_URI="https://releases.pagure.org/newt/${P}.tar.gz"
27
28 LICENSE="LGPL-2"
29 SLOT="0"
30 -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
31 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
32 IUSE="gpm nls tcl"
33
34 REQUIRED_USE="${PYTHON_REQUIRED_USE}"