From: Lars Wendler Date: Tue, 19 Nov 2019 08:42:52 +0000 (+0100) Subject: sys-apps/util-linux: Introduced "logger" and "su" USE flags X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd7f284c1cbc22e582e72528318da31d59571ea7;p=gentoo.git sys-apps/util-linux: Introduced "logger" and "su" USE flags Thanks-to: fling Bug: https://bugs.gentoo.org/699930 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler --- diff --git a/sys-apps/util-linux/metadata.xml b/sys-apps/util-linux/metadata.xml index ed7b2cf02a02..dd6f8b1b1ccf 100644 --- a/sys-apps/util-linux/metadata.xml +++ b/sys-apps/util-linux/metadata.xml @@ -11,7 +11,9 @@ build fdformat (floppy disk format) build hardlink program build the kill program + build the logger program build runuser helper + build the su program install mount/umount as setuid so non-root users may mount/umount devices, and wall/write as setgid so non-root users can notify other users diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index fcdde6fa5796..ba69e1349e11 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -25,7 +25,7 @@ HOMEPAGE="https://www.kernel.org/pub/linux/utils/util-linux/ https://github.com/ LICENSE="GPL-2 LGPL-2.1 BSD-4 MIT public-domain" SLOT="0" -IUSE="build caps +cramfs fdformat hardlink kill ncurses nls pam python +readline selinux slang static-libs +suid systemd test tty-helpers udev unicode userland_GNU" +IUSE="build caps +cramfs fdformat hardlink kill +logger ncurses nls pam python +readline selinux slang static-libs su +suid systemd test tty-helpers udev unicode userland_GNU" # Most lib deps here are related to programs rather than our libs, # so we rarely need to specify ${MULTILIB_USEDEP}. @@ -49,10 +49,15 @@ BDEPEND=" " RDEPEND="${DEPEND} hardlink? ( !app-arch/hardlink ) + logger? ( !>=app-admin/sysklogd-2.0[logger] ) kill? ( !sys-apps/coreutils[kill] !sys-process/procps[kill] ) + su? ( + !=sys-apps/shadow-4.7-r2[su] + ) !net-wireless/rfkill !sys-process/schedutils !sys-apps/setarch @@ -168,7 +173,6 @@ multilib_src_configure() { --disable-login --disable-nologin --disable-pylibmount - --disable-su --enable-agetty --enable-bash-completion --enable-line @@ -182,10 +186,12 @@ multilib_src_configure() { $(use_enable cramfs) $(use_enable fdformat) $(use_enable hardlink) + $(use_enable kill) + $(use_enable logger) + $(use_enable su) $(use_enable tty-helpers mesg) $(use_enable tty-helpers wall) $(use_enable tty-helpers write) - $(use_enable kill) ) else myeconfargs+=(