diff options
author | David Seifert <soap@gentoo.org> | 2022-04-17 17:09:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-04-17 17:09:26 +0200 |
commit | bb993c4fce43a27932e33d43eec2e0147964d075 (patch) | |
tree | 78f907f0bf340e73d427c428be2d3bc9f69ff568 /app-crypt/heimdal | |
parent | net-fs/samba: remove sys-libs/e2fsprogs-libs dep (diff) | |
download | gentoo-bb993c4fce43a27932e33d43eec2e0147964d075.tar.gz gentoo-bb993c4fce43a27932e33d43eec2e0147964d075.tar.bz2 gentoo-bb993c4fce43a27932e33d43eec2e0147964d075.zip |
app-crypt/heimdal: remove sys-libs/e2fsprogs-libs dep
Bug: https://bugs.gentoo.org/806875
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/heimdal-7.7.0-r5.ebuild (renamed from app-crypt/heimdal/heimdal-7.7.0-r4.ebuild) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app-crypt/heimdal/heimdal-7.7.0-r4.ebuild b/app-crypt/heimdal/heimdal-7.7.0-r5.ebuild index 8036cbeb0073..bce9deb32fc0 100644 --- a/app-crypt/heimdal/heimdal-7.7.0-r4.ebuild +++ b/app-crypt/heimdal/heimdal-7.7.0-r5.ebuild @@ -29,10 +29,7 @@ CDEPEND=" lmdb? ( dev-db/lmdb:= ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}] - || ( - >=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}] - sys-libs/e2fsprogs-libs[${MULTILIB_USEDEP}] - ) + >=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}] sys-libs/ncurses:0= >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] afs? ( net-fs/openafs ) |