diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-02 11:47:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-02 11:52:16 +0200 |
commit | b26b55c3185c6402d80fe11c201ebdc5af0f9bb7 (patch) | |
tree | b1723a73b257c793054ee23395052cf7e49fa81a /net-libs/libaccounts-glib | |
parent | net-libs/libsignon-glib: python3_10 (diff) | |
download | gentoo-b26b55c3185c6402d80fe11c201ebdc5af0f9bb7.tar.gz gentoo-b26b55c3185c6402d80fe11c201ebdc5af0f9bb7.tar.bz2 gentoo-b26b55c3185c6402d80fe11c201ebdc5af0f9bb7.zip |
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@gentoo.org>
Diffstat (limited to 'net-libs/libaccounts-glib')
-rw-r--r-- | net-libs/libaccounts-glib/libaccounts-glib-1.25-r2.ebuild | 10 |
1 files 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 914b87667956..4f6b141b2508 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() { |