diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2021-11-13 16:32:17 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2021-11-13 16:32:37 -0800 |
commit | 178f637bd8d32e75f81c892d3036533f6c80c181 (patch) | |
tree | ba3f88eca97a56cc1bd8202774687c85a46385a6 /app-admin | |
parent | dev-python/stripe: Stabilize 2.61.0 amd64, #823578 (diff) | |
download | gentoo-178f637bd8d32e75f81c892d3036533f6c80c181.tar.gz gentoo-178f637bd8d32e75f81c892d3036533f6c80c181.tar.bz2 gentoo-178f637bd8d32e75f81c892d3036533f6c80c181.zip |
app-admin/puppet: build fix as upstream removed ext/ldap/puppet.schema
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/puppet/puppet-7.11.0.ebuild | 5 | ||||
-rw-r--r-- | app-admin/puppet/puppet-7.12.0.ebuild | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/app-admin/puppet/puppet-7.11.0.ebuild b/app-admin/puppet/puppet-7.11.0.ebuild index af78e8216020..7c99390fd0fa 100644 --- a/app-admin/puppet/puppet-7.11.0.ebuild +++ b/app-admin/puppet/puppet-7.11.0.ebuild @@ -103,11 +103,6 @@ all_ruby_install() { fowners -R :puppet /etc/puppetlabs fowners -R :puppet /var/lib/puppet - if use ldap ; then - insinto /etc/openldap/schema - doins ext/ldap/puppet.schema - fi - # ext and examples files for f in $(find ext examples -type f) ; do docinto "$(dirname ${f})" diff --git a/app-admin/puppet/puppet-7.12.0.ebuild b/app-admin/puppet/puppet-7.12.0.ebuild index e4dadb18fe5f..ef1c62f3e35c 100644 --- a/app-admin/puppet/puppet-7.12.0.ebuild +++ b/app-admin/puppet/puppet-7.12.0.ebuild @@ -103,11 +103,6 @@ all_ruby_install() { fowners -R :puppet /etc/puppetlabs fowners -R :puppet /var/lib/puppet - if use ldap ; then - insinto /etc/openldap/schema - doins ext/ldap/puppet.schema - fi - # ext and examples files for f in $(find ext examples -type f) ; do docinto "$(dirname ${f})" |