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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66CE3158046 for ; Mon, 14 Oct 2024 07:21:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87296E08E2; Mon, 14 Oct 2024 07:21:20 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 6CC80E08E2 for ; Mon, 14 Oct 2024 07:21:20 +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 A4FA7343056 for ; Mon, 14 Oct 2024 07:21:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F40DC1F42 for ; Mon, 14 Oct 2024 07:21:16 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1728890455.06db059aaab6bfcd827df6db8f5a55faa00535d9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/ugrd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/ugrd/ugrd-9999.ebuild X-VCS-Directories: sys-kernel/ugrd/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 06db059aaab6bfcd827df6db8f5a55faa00535d9 X-VCS-Branch: master Date: Mon, 14 Oct 2024 07:21:16 +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: 3138190d-afaf-48d9-a031-6d4b934bec5b X-Archives-Hash: aaa5a44639a43cf9c114980f6ded4ce6 commit: 06db059aaab6bfcd827df6db8f5a55faa00535d9 Author: Zen pyl onl> AuthorDate: Sun Oct 13 20:43:04 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon Oct 14 07:20:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06db059a add plymouth optfeature to 9999 Signed-off-by: Zen pyl.onl> Closes: https://github.com/gentoo/gentoo/pull/38977 Signed-off-by: Andrew Ammerlaan gentoo.org> sys-kernel/ugrd/ugrd-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-kernel/ugrd/ugrd-9999.ebuild b/sys-kernel/ugrd/ugrd-9999.ebuild index 12d394fa29fe..a1497e8e00c7 100644 --- a/sys-kernel/ugrd/ugrd-9999.ebuild +++ b/sys-kernel/ugrd/ugrd-9999.ebuild @@ -52,6 +52,7 @@ pkg_postinst() { optfeature "ugrd.crypto.gpg support" app-crypt/gnupg optfeature "ugrd.fs.lvm support" sys-fs/lvm2[lvm] optfeature "ugrd.fs.mdraid support" sys-fs/mdadm + optfeature "ugrd.base.plymouth support" sys-boot/plymouth } distutils_enable_tests unittest