diff options
author | Sam James <sam@gentoo.org> | 2021-01-09 06:56:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-09 06:56:46 +0000 |
commit | 7c3728905be85adfa9f0483add4bb636a71e9bf1 (patch) | |
tree | 5c23395761d5f505ac2a9a5e7ab3b9b4431954be | |
parent | sys-cluster/kronosnet: Stabilize 1.19 ppc64, #658354 (diff) | |
download | gentoo-7c3728905be85adfa9f0483add4bb636a71e9bf1.tar.gz gentoo-7c3728905be85adfa9f0483add4bb636a71e9bf1.tar.bz2 gentoo-7c3728905be85adfa9f0483add4bb636a71e9bf1.zip |
app-admin/augeas: Stabilize 1.12.0 ppc64, #658354
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-admin/augeas/augeas-1.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/augeas/augeas-1.12.0.ebuild b/app-admin/augeas/augeas-1.12.0.ebuild index b8d173872da7..94ed6cbf85f4 100644 --- a/app-admin/augeas/augeas-1.12.0.ebuild +++ b/app-admin/augeas/augeas-1.12.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="http://download.augeas.net/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc x86" IUSE="static-libs test" RESTRICT="!test? ( test )" |