Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/
Date: Wed, 12 Feb 2020 19:26:27
Message-Id: 1581535560.4e86f682a3f6c7d11d28aafef42206197f97351c.chutzpah@gentoo
1 commit: 4e86f682a3f6c7d11d28aafef42206197f97351c
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Wed Feb 12 19:26:00 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 12 19:26:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e86f682
7
8 sys-apps/util-linux: Add a dep on virtual/libcrypt:=
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.88, Repoman-2.3.20
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 sys-apps/util-linux/util-linux-2.35.1.ebuild | 1 +
15 sys-apps/util-linux/util-linux-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/sys-apps/util-linux/util-linux-2.35.1.ebuild b/sys-apps/util-linux/util-linux-2.35.1.ebuild
19 index ab6222dd681..a09fd2b785a 100644
20 --- a/sys-apps/util-linux/util-linux-2.35.1.ebuild
21 +++ b/sys-apps/util-linux/util-linux-2.35.1.ebuild
22 @@ -30,6 +30,7 @@ IUSE="build caps +cramfs cryptsetup fdformat hardlink kill +logger ncurses nls p
23 # Most lib deps here are related to programs rather than our libs,
24 # so we rarely need to specify ${MULTILIB_USEDEP}.
25 DEPEND="
26 + virtual/libcrypt:=
27 virtual/os-headers
28 caps? ( sys-libs/libcap-ng )
29 cramfs? ( sys-libs/zlib:= )
30
31 diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild
32 index e6f64360d13..a1318667ad6 100644
33 --- a/sys-apps/util-linux/util-linux-9999.ebuild
34 +++ b/sys-apps/util-linux/util-linux-9999.ebuild
35 @@ -30,6 +30,7 @@ IUSE="build caps +cramfs cryptsetup fdformat hardlink kill +logger ncurses nls p
36 # Most lib deps here are related to programs rather than our libs,
37 # so we rarely need to specify ${MULTILIB_USEDEP}.
38 DEPEND="
39 + virtual/libcrypt:=
40 virtual/os-headers
41 caps? ( sys-libs/libcap-ng )
42 cramfs? ( sys-libs/zlib:= )