diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-01-06 10:39:47 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-01-06 10:39:47 -0600 |
commit | da734e9507b39f2560d0b415526c558e1272564f (patch) | |
tree | 0eae0763f0e4d3481c4471d88627af47f3a104f6 /app-admin/augeas | |
parent | app-admin/ansible-core: stabilize 2.14.1 for amd64, arm64, x86 (diff) | |
download | gentoo-da734e9507b39f2560d0b415526c558e1272564f.tar.gz gentoo-da734e9507b39f2560d0b415526c558e1272564f.tar.bz2 gentoo-da734e9507b39f2560d0b415526c558e1272564f.zip |
app-admin/augeas: stabilize 1.14.0-r1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/augeas')
-rw-r--r-- | app-admin/augeas/augeas-1.14.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/augeas/augeas-1.14.0-r1.ebuild b/app-admin/augeas/augeas-1.14.0-r1.ebuild index 5641cdf7ae59..5a56cc583629 100644 --- a/app-admin/augeas/augeas-1.14.0-r1.ebuild +++ b/app-admin/augeas/augeas-1.14.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/hercules-team/augeas/releases/download/release-${PV} LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86" IUSE="test" RESTRICT="!test? ( test )" |