commit: 89230846f8a73539b812bdff8898a395eeb30119 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 14 03:59:58 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 14 04:09:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89230846
dev-libs/Ice: add misisng libcrypt dependency Closes: https://bugs.gentoo.org/801979 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/Ice/{Ice-3.6.5-r1.ebuild => Ice-3.6.5-r2.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/Ice/Ice-3.6.5-r1.ebuild b/dev-libs/Ice/Ice-3.6.5-r2.ebuild similarity index 99% rename from dev-libs/Ice/Ice-3.6.5-r1.ebuild rename to dev-libs/Ice/Ice-3.6.5-r2.ebuild index 56dd843d69f..7a584459e1e 100644 --- a/dev-libs/Ice/Ice-3.6.5-r1.ebuild +++ b/dev-libs/Ice/Ice-3.6.5-r2.ebuild @@ -35,6 +35,7 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=">=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 dev-libs/openssl:0= + virtual/libcrypt:= || ( $(for slot in ${BERKDB_SLOTS[@]} ; do printf '%s\n' "sys-libs/db:${slot}[cxx]" ; done) )
