diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-01-10 14:31:36 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-01-10 14:33:47 -0600 |
commit | 0a3d3eb82be92ea1971605d4ac2d0b0424c722a8 (patch) | |
tree | 157bcb334f34f0d59b08c7e3d59b253ab91a3452 /app-admin | |
parent | app-admin/puppetserver: stabilize 7.9.3 for amd64 (diff) | |
download | gentoo-0a3d3eb82be92ea1971605d4ac2d0b0424c722a8.tar.gz gentoo-0a3d3eb82be92ea1971605d4ac2d0b0424c722a8.tar.bz2 gentoo-0a3d3eb82be92ea1971605d4ac2d0b0424c722a8.zip |
app-admin/puppet-agent: stabilize 7.21.0 for amd64
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/puppet-agent/puppet-agent-7.21.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/puppet-agent/puppet-agent-7.21.0.ebuild b/app-admin/puppet-agent/puppet-agent-7.21.0.ebuild index 3ef55d1516d2..81bc5f74414a 100644 --- a/app-admin/puppet-agent/puppet-agent-7.21.0.ebuild +++ b/app-admin/puppet-agent/puppet-agent-7.21.0.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=7 @@ -11,7 +11,7 @@ arm64? ( http://apt.puppetlabs.com/pool/focal/puppet/${PN:0:1}/${PN}/${PN}_${PV} LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="amd64 ~arm64" IUSE="puppetdb selinux" RESTRICT="strip" |