diff options
author | Kostadin Shishmanov <kocelfc@tutanota.com> | 2024-04-26 20:42:19 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-03 12:01:44 +0100 |
commit | 0256d3a4f144f63a702c1ad0147f7adf31436b3d (patch) | |
tree | e60821c95ac39b6748e5cdcee35537f5dda68217 /sys-apps/accountsservice/accountsservice-23.13.9.ebuild | |
parent | media-libs/libglvnd: enable py3.12, fix QA warning about SRC_URI (diff) | |
download | gentoo-0256d3a4f144f63a702c1ad0147f7adf31436b3d.tar.gz gentoo-0256d3a4f144f63a702c1ad0147f7adf31436b3d.tar.bz2 gentoo-0256d3a4f144f63a702c1ad0147f7adf31436b3d.zip |
sys-apps/accountsservice: enable py3.12, c99 porting, backport test fix
Closes: https://bugs.gentoo.org/929806
Closes: https://bugs.gentoo.org/930715
Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
Closes: https://github.com/gentoo/gentoo/pull/36440
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/accountsservice/accountsservice-23.13.9.ebuild')
-rw-r--r-- | sys-apps/accountsservice/accountsservice-23.13.9.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/accountsservice/accountsservice-23.13.9.ebuild b/sys-apps/accountsservice/accountsservice-23.13.9.ebuild index 61e932e21ed9..af4e0ea9c6ee 100644 --- a/sys-apps/accountsservice/accountsservice-23.13.9.ebuild +++ b/sys-apps/accountsservice/accountsservice-23.13.9.ebuild @@ -1,8 +1,8 @@ -# Copyright 2011-2023 Gentoo Authors +# Copyright 2011-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit meson python-any-r1 systemd DESCRIPTION="D-Bus interfaces for querying and manipulating user account information" @@ -58,6 +58,8 @@ PATCHES=( # From Alpine Linux # https://gitlab.freedesktop.org/accountsservice/accountsservice/-/merge_requests/97 "${FILESDIR}"/${PN}-23.13.9-musl-fixes.patch + "${FILESDIR}"/${PN}-23.13.9-c99-fixes.patch #930715 + "${FILESDIR}"/${PN}-23.13.9-test-fix.patch ) python_check_deps() { |