From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 870B61382C5 for ; Tue, 5 Jan 2021 20:51:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FBCBE088F; Tue, 5 Jan 2021 20:51:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F26FAE0887 for ; Tue, 5 Jan 2021 20:51:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10DE03411E9 for ; Tue, 5 Jan 2021 20:51:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B76494A7 for ; Tue, 5 Jan 2021 20:51:44 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609879783.ffef5c94b5af6e74f5808d4ac89b636c68ff51c2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppet/puppet-5.5.22.ebuild X-VCS-Directories: app-admin/puppet/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ffef5c94b5af6e74f5808d4ac89b636c68ff51c2 X-VCS-Branch: master Date: Tue, 5 Jan 2021 20:51:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3aa4c76e-e260-4ba2-ab1c-79e56fde48f5 X-Archives-Hash: 3462c0660ce16a980507205794633187 commit: ffef5c94b5af6e74f5808d4ac89b636c68ff51c2 Author: Sam James gentoo org> AuthorDate: Tue Jan 5 20:49:43 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 5 20:49:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffef5c94 app-admin/puppet: Stabilize 5.5.22 x86, #762178 Signed-off-by: Sam James gentoo.org> app-admin/puppet/puppet-5.5.22.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/puppet/puppet-5.5.22.ebuild b/app-admin/puppet/puppet-5.5.22.ebuild index d73c6284359..d0814cc9e78 100644 --- a/app-admin/puppet/puppet-5.5.22.ebuild +++ b/app-admin/puppet/puppet-5.5.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ SRC_URI="https://downloads.puppetlabs.com/puppet/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" IUSE="augeas diff doc emacs ldap rrdtool selinux shadow sqlite vim-syntax" RESTRICT="test"