dev-libs/olm: security bump

This commit is contained in:
nemunaire 2021-12-13 19:59:21 +01:00
parent c409fb9c9a
commit 2dce55a548
2 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
DIST olm-3.1.5.tar.bz2 461855 BLAKE2B 20412686ea1621de0d45885ae6f44331389cb401410809901187431eb101113f4186dc5b31c055da15143bec70f2251ee506e4fb50b0a8e495bdfa6cdb302b9e SHA512 a41be45e3fadb4e24654a4db8a68dab7fb8b021aeaf48b524d9c2c1e9d48e0b2200b9f1ac8431e79bc620560b16c66fb4c2d3727901b47b78288ea22b3f6ba02
EBUILD olm-3.1.5.ebuild 1072 BLAKE2B db267496aeb902bba88983a1f348fc3f990ab521189c04716bc5da717000ae8a704d8f73855dc57134fcb68dfad2af69f9a28442ec84da79ba5d96ae3fb3e5ae SHA512 bd2f66867ead7c87cf59e9e8ab55a0dce82f82883ff4955942978d6795effc45b119804d4c9be744952c6be1f8660df7162e2b492895a0ef040d3ad1b7e21812
DIST olm-3.2.8.tar.bz2 489350 BLAKE2B bf8b31262c15da2cffd5eeb1f426fe60e83dc60b3377191d65b4b4992133f92adfb7d18deb69b075207550b1b32220a1d807f331e58b41839d8aa5330a80bf3d SHA512 2a249b6880ff0c368458c14d6bae3103890f23dceaaf5753d140884185590fd54f1d7bcb8959f43b3b0f5c9302f76e380e6cdfe3340feab7f9fff60362a39303
EBUILD olm-3.2.8.ebuild 1084 BLAKE2B d9754950c0359dce425ab7611cbab8b1c72e663e12c248fb7365777ec2da81d3f18896c375d909626d1da9484ec9ba15733d6873457ba2413937557670227dda SHA512 b6c937e0236034c7f3ad747cb401d9e099e7a6012ed22c706ed85f45ae3320900efe7c24e434394500c0155dbc2c441a3ea300180f981b843a89a12bb93d772c

View File

@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8,9} )
PYTHON_COMPAT=( python3_{7,8,9,10} )
inherit cmake-utils python-r1
@ -22,7 +22,7 @@ RDEPEND="
${PYTHON_DEPS}
dev-python/cffi[${PYTHON_USEDEP}]
dev-python/future[${PYTHON_USEDEP}]
dev-python/typing[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
)"
compile_pybinding() {