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 CC4D515817D for ; Tue, 11 Jun 2024 17:02:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EF84E2B69; Tue, 11 Jun 2024 17:02:46 +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 61807E2B69 for ; Tue, 11 Jun 2024 17:02:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BD057335DC5 for ; Tue, 11 Jun 2024 17:02:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46C6D1C96 for ; Tue, 11 Jun 2024 17:02:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1718125344.94a275813caf9b3cebe43ae24e1d36af81796ac1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/geoclue/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/geoclue/geoclue-2.7.1.ebuild X-VCS-Directories: app-misc/geoclue/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 94a275813caf9b3cebe43ae24e1d36af81796ac1 X-VCS-Branch: master Date: Tue, 11 Jun 2024 17:02:43 +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: 06f1d3b3-e4fd-4c9c-a59c-b9e0e3ec2df7 X-Archives-Hash: 586dfc59662147c7c93f0c4b48d5fc52 commit: 94a275813caf9b3cebe43ae24e1d36af81796ac1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 11 17:00:20 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 11 17:02:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94a27581 app-misc/geoclue: update DESCRIPTION Closes: https://bugs.gentoo.org/929330 Signed-off-by: Andreas Sturmlechner gentoo.org> app-misc/geoclue/geoclue-2.7.1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app-misc/geoclue/geoclue-2.7.1.ebuild b/app-misc/geoclue/geoclue-2.7.1.ebuild index ef26340c2fa6..d798815d307f 100644 --- a/app-misc/geoclue/geoclue-2.7.1.ebuild +++ b/app-misc/geoclue/geoclue-2.7.1.ebuild @@ -2,12 +2,12 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) -PYTHON_REQ_USE="xml(+)" +PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_REQ_USE="xml(+)" inherit meson python-any-r1 systemd vala xdg -DESCRIPTION="A location information D-Bus service" +DESCRIPTION="Location information D-Bus service" HOMEPAGE="https://gitlab.freedesktop.org/geoclue/geoclue/-/wikis/home" SRC_URI="https://gitlab.freedesktop.org/geoclue/${PN}/-/archive/${PV}/${P}.tar.bz2" @@ -30,8 +30,7 @@ RDEPEND="${DEPEND} acct-user/geoclue sys-apps/dbus " -BDEPEND=" - ${PYTHON_DEPS} +BDEPEND="${PYTHON_DEPS} dev-util/gdbus-codegen dev-util/glib-utils gtk-doc? (