commit:     cc027738c52cde0711ed288720cad700839fdb57
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  9 23:07:47 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sun Jul  9 23:07:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc027738

app-admin/puppet: don't need the experimental flag for puppet5

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-admin/puppet/puppet-5.0.0.ebuild | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/app-admin/puppet/puppet-5.0.0.ebuild 
b/app-admin/puppet/puppet-5.0.0.ebuild
index 8dbc2f97ac0..ba423334466 100644
--- a/app-admin/puppet/puppet-5.0.0.ebuild
+++ b/app-admin/puppet/puppet-5.0.0.ebuild
@@ -18,7 +18,7 @@ SRC_URI="http://downloads.puppetlabs.com/puppet/${P}.tar.gz";
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
-IUSE="augeas diff doc emacs experimental ldap rrdtool selinux shadow sqlite 
vim-syntax"
+IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax"
 RESTRICT="test"
 
 ruby_add_rdepend "
@@ -68,10 +68,6 @@ all_ruby_prepare() {
        # fix systemd path
        epatch "${FILESDIR}/puppet-systemd.patch"
 
-       if use experimental; then
-               epatch 
"${FILESDIR}/43e2c935252b995134ce353e5e6312cf77aea480.patch"
-       fi
-
        # Avoid specs that can only run in the puppet.git repository. This
        # should be narrowed down to the specific specs.
        rm spec/integration/parser/compiler_spec.rb || die

Reply via email to