diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-12-27 19:24:40 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-12-27 19:25:03 +0200 |
commit | 6cc787791dd03040e692a24a012f1b8dd2004e26 (patch) | |
tree | b7a70f87cb34caf3ba151a77461d9cec7863363c /app-crypt | |
parent | net-dns/knot: bump to 3.1.5 (diff) | |
download | gentoo-6cc787791dd03040e692a24a012f1b8dd2004e26.tar.gz gentoo-6cc787791dd03040e692a24a012f1b8dd2004e26.tar.bz2 gentoo-6cc787791dd03040e692a24a012f1b8dd2004e26.zip |
app-crypt/libsecret: add missing deps, allow py3.10 for tests
Closes: https://bugs.gentoo.org/830000
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/libsecret/libsecret-0.20.4-r1.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild b/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild index 2ed9a2f37a66..37666f544f15 100644 --- a/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild +++ b/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) VALA_USE_DEPEND=vapigen inherit gnome2 meson-multilib python-any-r1 vala virtualx @@ -25,16 +25,21 @@ KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86" DEPEND=" >=dev-libs/glib-2.44:2[${MULTILIB_USEDEP}] crypt? ( >=dev-libs/libgcrypt-1.2.2:0=[${MULTILIB_USEDEP}] ) - introspection? ( >=dev-libs/gobject-introspection-1.29:= ) + introspection? ( >=dev-libs/gobject-introspection-1.54:= ) " RDEPEND="${DEPEND} virtual/secret-service" BDEPEND=" + app-text/docbook-xml-dtd:4.2 dev-libs/libxslt dev-util/gdbus-codegen dev-util/glib-utils >=sys-devel/gettext-0.19.8 virtual/pkgconfig + gtk-doc? ( + app-text/docbook-xml-dtd:4.1.2 + dev-util/gtk-doc + ) test? ( $(python_gen_any_dep ' dev-python/mock[${PYTHON_USEDEP}] |