diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-02-12 11:26:00 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-02-12 11:26:00 -0800 |
commit | 4e86f682a3f6c7d11d28aafef42206197f97351c (patch) | |
tree | e8889c1ab149e35f13eb982175cf808eb3419099 /sys-apps/util-linux | |
parent | sys-libs/pam: Add a dep on virtual/libcrypt:= (diff) | |
download | gentoo-4e86f682a3f6c7d11d28aafef42206197f97351c.tar.gz gentoo-4e86f682a3f6c7d11d28aafef42206197f97351c.tar.bz2 gentoo-4e86f682a3f6c7d11d28aafef42206197f97351c.zip |
sys-apps/util-linux: Add a dep on virtual/libcrypt:=
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-apps/util-linux')
-rw-r--r-- | sys-apps/util-linux/util-linux-2.35.1.ebuild | 1 | ||||
-rw-r--r-- | sys-apps/util-linux/util-linux-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-apps/util-linux/util-linux-2.35.1.ebuild b/sys-apps/util-linux/util-linux-2.35.1.ebuild index ab6222dd6818..a09fd2b785ae 100644 --- a/sys-apps/util-linux/util-linux-2.35.1.ebuild +++ b/sys-apps/util-linux/util-linux-2.35.1.ebuild @@ -30,6 +30,7 @@ IUSE="build caps +cramfs cryptsetup fdformat hardlink kill +logger ncurses nls p # Most lib deps here are related to programs rather than our libs, # so we rarely need to specify ${MULTILIB_USEDEP}. DEPEND=" + virtual/libcrypt:= virtual/os-headers caps? ( sys-libs/libcap-ng ) cramfs? ( sys-libs/zlib:= ) diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index e6f64360d13a..a1318667ad6c 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -30,6 +30,7 @@ IUSE="build caps +cramfs cryptsetup fdformat hardlink kill +logger ncurses nls p # Most lib deps here are related to programs rather than our libs, # so we rarely need to specify ${MULTILIB_USEDEP}. DEPEND=" + virtual/libcrypt:= virtual/os-headers caps? ( sys-libs/libcap-ng ) cramfs? ( sys-libs/zlib:= ) |