Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/augeas/
Date: Sat, 09 Jan 2021 06:57:02
Message-Id: 1610175406.7c3728905be85adfa9f0483add4bb636a71e9bf1.sam@gentoo
1 commit: 7c3728905be85adfa9f0483add4bb636a71e9bf1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 9 06:56:46 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 9 06:56:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c372890
7
8 app-admin/augeas: Stabilize 1.12.0 ppc64, #658354
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-admin/augeas/augeas-1.12.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-admin/augeas/augeas-1.12.0.ebuild b/app-admin/augeas/augeas-1.12.0.ebuild
16 index b8d173872da..94ed6cbf85f 100644
17 --- a/app-admin/augeas/augeas-1.12.0.ebuild
18 +++ b/app-admin/augeas/augeas-1.12.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 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 @@ -11,7 +11,7 @@ SRC_URI="http://download.augeas.net/${P}.tar.gz"
26
27 SLOT="0"
28 LICENSE="LGPL-2.1"
29 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86"
31 IUSE="static-libs test"
32 RESTRICT="!test? ( test )"