From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 32F0D158086 for ; Mon, 27 Dec 2021 17:25:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5377FE07B2; Mon, 27 Dec 2021 17:25:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75B2CE07B2 for ; Mon, 27 Dec 2021 17:25:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E76E2342BAB for ; Mon, 27 Dec 2021 17:25:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F0CC219 for ; Mon, 27 Dec 2021 17:25:12 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1640625903.6cc787791dd03040e692a24a012f1b8dd2004e26.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libsecret/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/libsecret/libsecret-0.20.4-r1.ebuild X-VCS-Directories: app-crypt/libsecret/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 6cc787791dd03040e692a24a012f1b8dd2004e26 X-VCS-Branch: master Date: Mon, 27 Dec 2021 17:25:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5adfce93-070f-400c-a3ff-8cd505d78b85 X-Archives-Hash: 1532a38d0f678a81c085d269eb8cd73d commit: 6cc787791dd03040e692a24a012f1b8dd2004e26 Author: Mart Raudsepp gentoo org> AuthorDate: Mon Dec 27 17:24:40 2021 +0000 Commit: Mart Raudsepp gentoo 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 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}]