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 15D0815806E for ; Tue, 6 Jun 2023 02:57:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 465FBE0870; Tue, 6 Jun 2023 02:57:17 +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 2623BE085B for ; Tue, 6 Jun 2023 02:57:17 +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 E8252340D00 for ; Tue, 6 Jun 2023 02:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BD54A5A for ; Tue, 6 Jun 2023 02:57:14 +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: <1686020092.5dfb99bdcd85d62eb3b8b531f29d374457e1adca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/, profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.mask profiles/base/package.use.mask profiles/default/linux/package.use.mask X-VCS-Directories: profiles/base/ profiles/default/linux/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5dfb99bdcd85d62eb3b8b531f29d374457e1adca X-VCS-Branch: master Date: Tue, 6 Jun 2023 02:57:14 +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: 19d482c0-77a6-4a98-9764-18e2fb95b3a6 X-Archives-Hash: b1026053bf55b686eace6595c01ef7a8 commit: 5dfb99bdcd85d62eb3b8b531f29d374457e1adca Author: Sam James gentoo org> AuthorDate: Tue Jun 6 02:52:46 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 6 02:54:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dfb99bd profiles: mask dev-libs/libaio on !linux Reported-by: Konstantin Kliakhandler Signed-off-by: Sam James gentoo.org> profiles/base/package.mask | 6 +++++- profiles/base/package.use.mask | 4 ++++ profiles/default/linux/package.use.mask | 4 ++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.mask b/profiles/base/package.mask index 45d4c0579d8c..8a545db6167f 100644 --- a/profiles/base/package.mask +++ b/profiles/base/package.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2023-06-06) +# Only available on Linux. +dev-libs/libaio + # Sam James (2022-09-10) # Mask in general and unmask on specific profiles sys-libs/musl diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 2625b69bfa35..8eff2e4b9567 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James (2023-06-06) +# Needs linux-only dev-libs/libaio. +app-emulation/qemu aio + # Joonas Niilola (2023-05-07) # Doesn't compile, see #894210. dev-libs/log4cxx smtp diff --git a/profiles/default/linux/package.use.mask b/profiles/default/linux/package.use.mask index 9694fb2c9fad..5407972c13ac 100644 --- a/profiles/default/linux/package.use.mask +++ b/profiles/default/linux/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam James (2023-06-06) +# Needs linux-only dev-libs/libaio. +app-emulation/qemu -aio + # Peter Levine (2019-10-01) # Native inotify support is preferred on linux. # bug #697476