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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B4B05158090 for ; Wed, 4 May 2022 22:25:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0546E07B3; Wed, 4 May 2022 22:25:43 +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 D0A50E07B3 for ; Wed, 4 May 2022 22:25:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A6D25341262 for ; Wed, 4 May 2022 22:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DADF1E for ; Wed, 4 May 2022 22:25:41 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1651703136.2c2d1c0c72f09bfa60abfbb80f108112843f9a8a.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use X-VCS-Directories: profiles/base/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 2c2d1c0c72f09bfa60abfbb80f108112843f9a8a X-VCS-Branch: master Date: Wed, 4 May 2022 22:25:41 +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: 9e486a0d-253b-4656-b6b5-651bf8eea404 X-Archives-Hash: 49042ea765d31ed28691eabacb730342 commit: 2c2d1c0c72f09bfa60abfbb80f108112843f9a8a Author: Patrick McLean gentoo org> AuthorDate: Wed May 4 21:11:23 2022 +0000 Commit: Patrick McLean gentoo org> CommitDate: Wed May 4 22:25:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2d1c0c profiles/base: Default to lua-5.4 for ceph Signed-off-by: Patrick McLean gentoo.org> profiles/base/package.use | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use b/profiles/base/package.use index ab74b282169a..77d07656fc52 100644 --- a/profiles/base/package.use +++ b/profiles/base/package.use @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Patrick McLean =sys-cluster/ceph-17.2.0 lua_single_target_lua5-4 + # Matt Turner (2022-03-31) # Default to luajit, since that is what upstream recommends. Bug #795768. # See https://github.com/neovim/neovim/wiki/Building-Neovim#third-party-dependencies