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 B0B4E15808B for ; Sun, 17 Apr 2022 20:13:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCCD9E087A; Sun, 17 Apr 2022 20:13:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 pigeon.gentoo.org (Postfix) with ESMTPS id B9FAFE087A for ; Sun, 17 Apr 2022 20:13:30 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 807B1341532 for ; Sun, 17 Apr 2022 20:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 137663AF for ; Sun, 17 Apr 2022 20:13:28 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1650226406.c2a15ba6bee21fa3564d602c8cc5a9d9f125df67.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd-utils/metadata.xml sys-apps/systemd-utils/systemd-utils-250.4-r1.ebuild sys-apps/systemd-utils/systemd-utils-250.4-r2.ebuild X-VCS-Directories: sys-apps/systemd-utils/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c2a15ba6bee21fa3564d602c8cc5a9d9f125df67 X-VCS-Branch: master Date: Sun, 17 Apr 2022 20:13:28 +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: 462a45eb-7cf8-434c-992c-53c6eaef9711 X-Archives-Hash: 3c0dcd05f4aeb6e72fca2e202067a2e3 commit: c2a15ba6bee21fa3564d602c8cc5a9d9f125df67 Author: Mike Gilbert gentoo org> AuthorDate: Sun Apr 17 20:12:01 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Apr 17 20:13:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2a15ba6 sys-apps/systemd-utils: add 'acl' and 'kmod' USE flags Signed-off-by: Mike Gilbert gentoo.org> sys-apps/systemd-utils/metadata.xml | 1 + ...stemd-utils-250.4-r1.ebuild => systemd-utils-250.4-r2.ebuild} | 9 ++++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sys-apps/systemd-utils/metadata.xml b/sys-apps/systemd-utils/metadata.xml index efdb151f4069..5f3934d37331 100644 --- a/sys-apps/systemd-utils/metadata.xml +++ b/sys-apps/systemd-utils/metadata.xml @@ -6,6 +6,7 @@ Enable systemd-boot (UEFI boot manager) + Enable kernel module loading via sys-apps/kmod Enable systemd-sysusers Enable systemd-tmpfiles Enable systemd-udev (userspace device manager) diff --git a/sys-apps/systemd-utils/systemd-utils-250.4-r1.ebuild b/sys-apps/systemd-utils/systemd-utils-250.4-r2.ebuild similarity index 98% rename from sys-apps/systemd-utils/systemd-utils-250.4-r1.ebuild rename to sys-apps/systemd-utils/systemd-utils-250.4-r2.ebuild index 024c61072a28..f81737003eb0 100644 --- a/sys-apps/systemd-utils/systemd-utils-250.4-r1.ebuild +++ b/sys-apps/systemd-utils/systemd-utils-250.4-r2.ebuild @@ -25,18 +25,21 @@ SRC_URI+=" elibc_musl? ( https://dev.gentoo.org/~floppym/dist/${MUSL_PATCHSET}.t LICENSE="GPL-2 LGPL-2.1 MIT public-domain" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -IUSE="boot selinux sysusers +tmpfiles test +udev" +IUSE="+acl boot +kmod selinux sysusers +tmpfiles test +udev" REQUIRED_USE="|| ( boot tmpfiles sysusers udev )" RESTRICT="!test? ( test )" COMMON_DEPEND=" - sys-apps/acl:0= - >=sys-apps/kmod-15:0= selinux? ( sys-libs/libselinux:0= ) + tmpfiles? ( + acl? ( sys-apps/acl:0= ) + ) udev? ( >=sys-apps/util-linux-2.30:0=[${MULTILIB_USEDEP}] sys-libs/libcap:0=[${MULTILIB_USEDEP}] virtual/libcrypt:=[${MULTILIB_USEDEP}] + acl? ( sys-apps/acl:0= ) + kmod? ( >=sys-apps/kmod-15:0= ) ) !udev? ( >=sys-apps/util-linux-2.30:0=