diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-07 11:00:52 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-05-07 11:04:19 -0500 |
commit | d17c9d48f99646773dc3c5b2e3e3b82d68f30d98 (patch) | |
tree | 078afc95f17ea0078abcfc03f20c56889791a717 /app-admin/puppet | |
parent | flag-o-matic.eclass: allow -fno-lto too in strip-flags (diff) | |
download | gentoo-d17c9d48f99646773dc3c5b2e3e3b82d68f30d98.tar.gz gentoo-d17c9d48f99646773dc3c5b2e3e3b82d68f30d98.tar.bz2 gentoo-d17c9d48f99646773dc3c5b2e3e3b82d68f30d98.zip |
app-admin/puppet: stabilize 7.24.0 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/puppet')
-rw-r--r-- | app-admin/puppet/puppet-7.24.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/puppet/puppet-7.24.0.ebuild b/app-admin/puppet/puppet-7.24.0.ebuild index 82ff7c0a5640..491d52e9696e 100644 --- a/app-admin/puppet/puppet-7.24.0.ebuild +++ b/app-admin/puppet/puppet-7.24.0.ebuild @@ -16,7 +16,7 @@ SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86" IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax" RESTRICT="test" |