commit:     b26b55c3185c6402d80fe11c201ebdc5af0f9bb7
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 09:47:33 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct  2 09:52:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26b55c3

net-libs/libaccounts-glib: python3_10

Fedora does it, so we can too.

Package-Manager: Portage-3.0.26, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild 
b/net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild
index 914b8766795..4f6b141b250 100644
--- a/net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild
+++ b/net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild
@@ -3,12 +3,13 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8,9,10} )
 inherit meson python-r1 vala
 
 DESCRIPTION="Accounts SSO (Single Sign-On) management library for GLib 
applications"
 HOMEPAGE="https://gitlab.com/accounts-sso/libaccounts-glib";
 
SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/VERSION_${PV}/${PN}-VERSION_${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-VERSION_${PV}"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -16,6 +17,8 @@ KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
 IUSE="doc"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+# fails
+RESTRICT="test"
 
 RDEPEND="${PYTHON_DEPS}
        dev-db/sqlite:3
@@ -33,11 +36,6 @@ BDEPEND="
        doc? ( dev-util/gtk-doc )
 "
 
-# fails
-RESTRICT="test"
-
-S="${WORKDIR}/${PN}-VERSION_${PV}"
-
 PATCHES=( "${FILESDIR}/${P}-assert-failure.patch" )
 
 src_prepare() {

Reply via email to