From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7AC881580EB for ; Thu, 29 May 2025 15:28:03 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 5EB61343169 for ; Thu, 29 May 2025 15:28:03 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5023A110287; Thu, 29 May 2025 15:28:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4447E110287 for ; Thu, 29 May 2025 15:28:02 +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 E6560343075 for ; Thu, 29 May 2025 15:28:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 595B52777 for ; Thu, 29 May 2025 15:28:00 +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: <1748532456.8d83f9c201712bb5d8226e96fab15f73e1c2868d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/openrc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/openrc/openrc-9999.ebuild X-VCS-Directories: sys-apps/openrc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8d83f9c201712bb5d8226e96fab15f73e1c2868d X-VCS-Branch: master Date: Thu, 29 May 2025 15:28:00 +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: 5fc7f471-912f-4b7e-8dfa-24a7f9008aa1 X-Archives-Hash: aa3cacc61206a6de8dd9558121801597 commit: 8d83f9c201712bb5d8226e96fab15f73e1c2868d Author: Anna (navi) Figueiredo Gomes vlhl dev> AuthorDate: Tue May 27 12:28:36 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 29 15:27:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d83f9c2 sys-apps/openrc: remove os build option removed upstream in favor of meson's host_machine.system() function. Signed-off-by: Anna (navi) Figueiredo Gomes vlhl.dev> Part-of: https://github.com/gentoo/gentoo/pull/42279 Closes: https://github.com/gentoo/gentoo/pull/42279 Signed-off-by: Sam James gentoo.org> sys-apps/openrc/openrc-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-apps/openrc/openrc-9999.ebuild b/sys-apps/openrc/openrc-9999.ebuild index 6e1cab8b75a7..4ea93e65a4f0 100644 --- a/sys-apps/openrc/openrc-9999.ebuild +++ b/sys-apps/openrc/openrc-9999.ebuild @@ -57,7 +57,6 @@ src_configure() { $(meson_feature audit) "-Dbranding=\"Gentoo Linux\"" $(meson_use newnet) - -Dos=Linux $(meson_use pam) -Dpam_libdir="$(getpam_mod_dir)" $(meson_feature selinux)