diff options
author | Sebastian Pipping <sping@gentoo.org> | 2020-11-27 14:46:10 +0100 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2020-11-27 14:46:10 +0100 |
commit | f1e37cba1143f0404c2fa4af8dc729b299b886cc (patch) | |
tree | 0d897eafbb43c672a05233c022908ebfb254bb1f /www-servers/gatling | |
parent | sci-chemistry/pymol: Version bump (diff) | |
download | gentoo-f1e37cba1143f0404c2fa4af8dc729b299b886cc.tar.gz gentoo-f1e37cba1143f0404c2fa4af8dc729b299b886cc.tar.bz2 gentoo-f1e37cba1143f0404c2fa4af8dc729b299b886cc.zip |
www-servers/gatling: Depend on dev-libs/libowfat with GCC 10 fix
Bug: https://bugs.gentoo.org/756847
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Diffstat (limited to 'www-servers/gatling')
-rw-r--r-- | www-servers/gatling/gatling-0.15.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-servers/gatling/gatling-0.15.ebuild b/www-servers/gatling/gatling-0.15.ebuild index e206f26d0464..e59507c318fb 100644 --- a/www-servers/gatling/gatling-0.15.ebuild +++ b/www-servers/gatling/gatling-0.15.ebuild @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="libressl ssl diet" REQUIRED_USE="ssl? ( !diet )" -DEPEND=">=dev-libs/libowfat-0.25[diet=] +DEPEND=">=dev-libs/libowfat-0.32-r2[diet=] diet? ( dev-libs/dietlibc ) ssl? ( !libressl? ( dev-libs/openssl:0 ) |