Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/
Date: Mon, 27 Dec 2021 17:25:19
Message-Id: 1640625903.6cc787791dd03040e692a24a012f1b8dd2004e26.leio@gentoo
1 commit: 6cc787791dd03040e692a24a012f1b8dd2004e26
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 27 17:24:40 2021 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 27 17:25:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc78779
7
8 app-crypt/libsecret: add missing deps, allow py3.10 for tests
9
10 Closes: https://bugs.gentoo.org/830000
11 Package-Manager: Portage-3.0.20, Repoman-3.0.2
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 app-crypt/libsecret/libsecret-0.20.4-r1.ebuild | 9 +++++++--
15 1 file changed, 7 insertions(+), 2 deletions(-)
16
17 diff --git a/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild b/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild
18 index 2ed9a2f37a66..37666f544f15 100644
19 --- a/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild
20 +++ b/app-crypt/libsecret/libsecret-0.20.4-r1.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python3_{8..9} )
26 +PYTHON_COMPAT=( python3_{8..10} )
27 VALA_USE_DEPEND=vapigen
28
29 inherit gnome2 meson-multilib python-any-r1 vala virtualx
30 @@ -25,16 +25,21 @@ KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv sparc x86"
31 DEPEND="
32 >=dev-libs/glib-2.44:2[${MULTILIB_USEDEP}]
33 crypt? ( >=dev-libs/libgcrypt-1.2.2:0=[${MULTILIB_USEDEP}] )
34 - introspection? ( >=dev-libs/gobject-introspection-1.29:= )
35 + introspection? ( >=dev-libs/gobject-introspection-1.54:= )
36 "
37 RDEPEND="${DEPEND}
38 virtual/secret-service"
39 BDEPEND="
40 + app-text/docbook-xml-dtd:4.2
41 dev-libs/libxslt
42 dev-util/gdbus-codegen
43 dev-util/glib-utils
44 >=sys-devel/gettext-0.19.8
45 virtual/pkgconfig
46 + gtk-doc? (
47 + app-text/docbook-xml-dtd:4.1.2
48 + dev-util/gtk-doc
49 + )
50 test? (
51 $(python_gen_any_dep '
52 dev-python/mock[${PYTHON_USEDEP}]