commit:     6cc787791dd03040e692a24a012f1b8dd2004e26
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 27 17:24:40 2021 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Dec 27 17:25:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc78779

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 <AT> gentoo.org>

 app-crypt/libsecret/libsecret-0.20.4-r1.ebuild | 9 +++++++--
 1 file 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}]

Reply via email to