diff options
author | Sam James <sam@gentoo.org> | 2021-07-14 04:59:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-14 05:09:16 +0100 |
commit | 89230846f8a73539b812bdff8898a395eeb30119 (patch) | |
tree | 744c1b2141883536b60a7f4bc9d7dceac8216df4 /dev-libs/Ice | |
parent | net-analyzer/net-snmp: add missing libcrypt dependency (diff) | |
download | gentoo-89230846f8a73539b812bdff8898a395eeb30119.tar.gz gentoo-89230846f8a73539b812bdff8898a395eeb30119.tar.bz2 gentoo-89230846f8a73539b812bdff8898a395eeb30119.zip |
dev-libs/Ice: add misisng libcrypt dependency
Closes: https://bugs.gentoo.org/801979
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/Ice')
-rw-r--r-- | dev-libs/Ice/Ice-3.6.5-r2.ebuild (renamed from dev-libs/Ice/Ice-3.6.5-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/Ice/Ice-3.6.5-r1.ebuild b/dev-libs/Ice/Ice-3.6.5-r2.ebuild index 56dd843d69fd..7a584459e1ec 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) ) |