diff options
author | 2019-12-12 11:16:35 +0100 | |
---|---|---|
committer | 2019-12-12 11:18:10 +0100 | |
commit | bdae6c85ce25261132ae9b6dd060aa5c47c365f3 (patch) | |
tree | 3a19504452becc6a38ab7254eb6f059324a1003d /sys-apps/util-linux | |
parent | sys-apps/util-linux: Bump to version 2.35_rc1 (diff) | |
download | gentoo-bdae6c85ce25261132ae9b6dd060aa5c47c365f3.tar.gz gentoo-bdae6c85ce25261132ae9b6dd060aa5c47c365f3.tar.bz2 gentoo-bdae6c85ce25261132ae9b6dd060aa5c47c365f3.zip |
sys-apps/util-linux: Synced live ebuild
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index 666d96fe4d15..212d66fe2dbd 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 +logger ncurses nls pam python +readline selinux slang static-libs su +suid systemd test tty-helpers udev unicode userland_GNU" +IUSE="build caps +cramfs cryptsetup 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}. @@ -33,6 +33,7 @@ DEPEND=" virtual/os-headers caps? ( sys-libs/libcap-ng ) cramfs? ( sys-libs/zlib:= ) + cryptsetup? ( sys-fs/cryptsetup ) ncurses? ( >=sys-libs/ncurses-5.2-r2:0=[unicode?] ) nls? ( virtual/libintl[${MULTILIB_USEDEP}] ) pam? ( sys-libs/pam ) @@ -193,6 +194,7 @@ multilib_src_configure() { $(use_enable tty-helpers mesg) $(use_enable tty-helpers wall) $(use_enable tty-helpers write) + $(use_with cryptsetup) ) else myeconfargs+=( |