Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/jfsutils/
Date: Thu, 20 Aug 2020 17:50:48
Message-Id: 1597945819.ff03def29006e7148fdf3efbe1ccd8f2ff2c646d.whissi@gentoo
1 commit: ff03def29006e7148fdf3efbe1ccd8f2ff2c646d
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 20 17:47:54 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 20 17:50:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff03def2
7
8 sys-fs/jfsutils: add missing dep on sys-apps/util-linux
9
10 Closes: https://bugs.gentoo.org/454362
11 Package-Manager: Portage-3.0.3, Repoman-3.0.0
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild | 7 +++++++
15 1 file changed, 7 insertions(+)
16
17 diff --git a/sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild b/sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild
18 index c01b64cd97d..2a8654317bd 100644
19 --- a/sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild
20 +++ b/sys-fs/jfsutils/jfsutils-1.1.15-r1.ebuild
21 @@ -14,6 +14,13 @@ SLOT="0"
22 KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 ~sparc x86"
23 IUSE="static"
24
25 +LIB_DEPEND="sys-apps/util-linux:=[static-libs]"
26 +
27 +RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs]} )"
28 +
29 +DEPEND="${RDEPEND}
30 + static? ( ${LIB_DEPEND} )"
31 +
32 DOCS=( AUTHORS ChangeLog NEWS README )
33
34 PATCHES=(