diff options
author | Sam James <sam@gentoo.org> | 2021-06-30 19:38:25 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-30 19:38:25 +0100 |
commit | e84b080cf49f64d1b967ad730cfedb117d1afe00 (patch) | |
tree | 3bde706b13fd0cc0543bc5a156f157fdfeaf39d6 /sys-block | |
parent | sys-boot/mokutil: add 0.5.0 (diff) | |
download | gentoo-e84b080cf49f64d1b967ad730cfedb117d1afe00.tar.gz gentoo-e84b080cf49f64d1b967ad730cfedb117d1afe00.tar.bz2 gentoo-e84b080cf49f64d1b967ad730cfedb117d1afe00.zip |
sys-block/partimage: add libcrypt dependency
Only needed when login functionality is enabled.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/partimage/partimage-0.6.9-r2.ebuild (renamed from sys-block/partimage/partimage-0.6.9-r1.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-block/partimage/partimage-0.6.9-r1.ebuild b/sys-block/partimage/partimage-0.6.9-r2.ebuild index 60d1e2982bd6..e2fe1d3a98af 100644 --- a/sys-block/partimage/partimage-0.6.9-r1.ebuild +++ b/sys-block/partimage/partimage-0.6.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,7 @@ LIBS_DEPEND="app-arch/bzip2 >=dev-libs/newt-0.52 >=sys-libs/slang-2 sys-libs/zlib:= + !nologin? ( virtual/libcrypt:= ) ssl? ( dev-libs/openssl:0= )" PAM_DEPEND="!static? ( pam? ( sys-libs/pam ) )" RDEPEND="${PAM_DEPEND} |