diff options
author | David Seifert <soap@gentoo.org> | 2021-12-31 18:49:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-12-31 18:49:46 +0100 |
commit | 32a83bab871b6b4d2a09ebd8b63b8169b86ea468 (patch) | |
tree | 2f82ecfcd3ba283fda8f7fe67ff75fe745e34eba /app-crypt/heimdal | |
parent | net-fs/samba: update for multilib sys-fs/e2fsprogs (diff) | |
download | gentoo-32a83bab871b6b4d2a09ebd8b63b8169b86ea468.tar.gz gentoo-32a83bab871b6b4d2a09ebd8b63b8169b86ea468.tar.bz2 gentoo-32a83bab871b6b4d2a09ebd8b63b8169b86ea468.zip |
app-crypt/heimdal: update for multilib sys-fs/e2fsprogs
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-r3.ebuild (renamed from app-crypt/heimdal/heimdal-7.7.0-r2.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-crypt/heimdal/heimdal-7.7.0-r2.ebuild b/app-crypt/heimdal/heimdal-7.7.0-r3.ebuild index aef15e2c2985..877ceb3362f7 100644 --- a/app-crypt/heimdal/heimdal-7.7.0-r2.ebuild +++ b/app-crypt/heimdal/heimdal-7.7.0-r3.ebuild @@ -29,7 +29,10 @@ CDEPEND=" lmdb? ( dev-db/lmdb ) caps? ( sys-libs/libcap-ng ) >=dev-db/sqlite-3.8.2[${MULTILIB_USEDEP}] - >=sys-libs/e2fsprogs-libs-1.42.9[${MULTILIB_USEDEP}] + || ( + >=sys-fs/e2fsprogs-1.46.4-r51[${MULTILIB_USEDEP}] + sys-libs/e2fsprogs-libs[${MULTILIB_USEDEP}] + ) sys-libs/ncurses:0= >=sys-libs/readline-6.2_p5-r1:0=[${MULTILIB_USEDEP}] afs? ( net-fs/openafs ) |