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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 999FB15800A for ; Sun, 16 Jul 2023 15:54:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93A6EE0905; Sun, 16 Jul 2023 15:54:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 78266E0905 for ; Sun, 16 Jul 2023 15:54:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C45E340D5D for ; Sun, 16 Jul 2023 15:54:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 684A0B50 for ; Sun, 16 Jul 2023 15:54:23 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1689522854.b4f433845189b6aef043fa4a6caced3f25fa8f83.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/puppet/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/puppet/puppet-8.1.0.ebuild X-VCS-Directories: app-admin/puppet/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: b4f433845189b6aef043fa4a6caced3f25fa8f83 X-VCS-Branch: master Date: Sun, 16 Jul 2023 15:54:23 +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: 11478026-48e0-435b-b565-14e3aba0c573 X-Archives-Hash: 1d2d031ae5f1851d8c404975fb65f4ef commit: b4f433845189b6aef043fa4a6caced3f25fa8f83 Author: Matthew Thode gentoo org> AuthorDate: Sun Jul 16 15:51:47 2023 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Jul 16 15:54:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4f43384 app-admin/puppet: stabilize 8.1.0 for amd64, x86 Signed-off-by: Matthew Thode gentoo.org> app-admin/puppet/puppet-8.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/puppet/puppet-8.1.0.ebuild b/app-admin/puppet/puppet-8.1.0.ebuild index 2e5cabc1c6fd..941bb6094717 100644 --- a/app-admin/puppet/puppet-8.1.0.ebuild +++ b/app-admin/puppet/puppet-8.1.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 hiera ldap rrdtool selinux shadow sqlite vim-syntax" RESTRICT="test"